Skip to content

Commit 0fec928

Browse files
committed
hack: add correct entrypoint to shell script
Signed-off-by: Tonis Tiigi <[email protected]>
1 parent 66fedd0 commit 0fec928

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hack/shell

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ if [ -n "$MOUNT_BUILDKIT_SOURCE" ]; then
2121
fi
2222

2323
set -x
24-
docker run $SSH $volumes -it --privileged -v /tmp --net=host -e BUILDKIT_REGISTRY_MIRROR_DIR=/root/.cache/registry --rm $(cat $iidfile)
24+
docker run $SSH $volumes -it --privileged -v /tmp --net=host --entrypoint ash -e BUILDKIT_REGISTRY_MIRROR_DIR=/root/.cache/registry --rm $(cat $iidfile)

0 commit comments

Comments
 (0)