diff --git a/scripts/run-test.sh b/scripts/run-test.sh index 349b91d..e5c693f 100755 --- a/scripts/run-test.sh +++ b/scripts/run-test.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd ) cd ${SCRIPT_DIR} -docker build -t dboreham/test-container:test -f ../container/Dockerfile ../container +DOCKER_BUILDKIT=0 docker build -t dboreham/test-container:test -f ../container/Dockerfile ../container echo "Images in the registry:" docker image ls echo "Running the container I built:"