with buildkit

This commit is contained in:
Kasper Juul Hermansen 2022-08-11 22:38:37 +02:00
parent abd7cfaf3b
commit 0571d885be
Signed by: kjuulh
GPG Key ID: 0F95C140730F2F23

View File

@ -13,4 +13,4 @@ then
echo " TMP: $TMP"
fi
docker build -t "$tag" -f "$TMP/build_release.Dockerfile" .
DOCKER_BUILDKIT=1 docker build -t "$tag" -f "$TMP/build_release.Dockerfile" .