Skip to content

Commit

Permalink
add BUILDKIT explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
BillyWooo committed Nov 24, 2022
1 parent c76adde commit 469f769
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build-docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ GITREPO=litentry-parachain
# Build the image
echo "------------------------------------------------------------"
echo "Building ${GITUSER}/${GITREPO}:${TAG} docker image ..."
docker build ${NOCACHE_FLAG} --pull -f ./docker/Dockerfile \
DOCKER_BUILDKIT=1 docker build ${NOCACHE_FLAG} --pull -f ./docker/Dockerfile \
--build-arg PROFILE="$PROFILE" \
--build-arg BUILD_ARGS="$ARGS" \
--build-arg RUSTC_WRAPPER="$RUSTC_WRAPPER" \
Expand Down

0 comments on commit 469f769

Please sign in to comment.