Skip to content

Commit 427d04f

Browse files
authored
Merge pull request moby#3970 from tonistiigi/shell-entrypoint
2 parents 62bdf96 + c67ce33 commit 427d04f

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 --entrypoint ash -e BUILDKIT_REGISTRY_MIRROR_DIR=/root/.cache/registry --rm $(cat $iidfile)
24+
docker run $SSH $volumes -it --privileged -v /tmp --net=host -e BUILDKIT_REGISTRY_MIRROR_DIR=/root/.cache/registry --rm $(cat $iidfile) ash

0 commit comments

Comments
 (0)