diff --git a/docker/bootstrap/build.sh b/docker/bootstrap/build.sh index 8cc6a151606..d84e37fced9 100755 --- a/docker/bootstrap/build.sh +++ b/docker/bootstrap/build.sh @@ -60,5 +60,10 @@ while [ $# -gt 0 ]; do done if [ -f "docker/bootstrap/Dockerfile.$flavor" ]; then - docker build --no-cache -f docker/bootstrap/Dockerfile.$flavor -t $image --build-arg bootstrap_version=$version --build-arg image=$base_image . + docker build \ + -f docker/bootstrap/Dockerfile.$flavor \ + -t $image \ + --build-arg bootstrap_version=$version \ + --build-arg image=$base_image \ + . fi