File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -57,11 +57,6 @@ COPY debian/docker-entrypoint.sh /entrypoint.sh
5757
5858
5959FROM docker-base AS devtools-base
60- ARG BAZELISK_SHA256SUM=6539c12842ad76966f3d493e8f80d67caa84ec4a000e220d5459833c967c12bc \
61- BAZELISK_SHA256SUM_ARM64=54f85ef4c23393f835252cc882e5fea596e8ef3c4c2056b059f8067cd19f0351 \
62- BAZELISK_VERSION=1.26.0 \
63- APT_KEY_K8S=https://download.opensuse.org/repositories/devel:kubic:libcontainers:stable/Debian_Testing/Release.key \
64- APT_KEY_DOCKER=https://download.docker.com/linux/debian/gpg
6560RUN --mount=type=tmpfs,target=/var/cache/apt \
6661 --mount=type=tmpfs,target=/var/lib/apt/lists \
6762 --mount=type=bind,source=/common_fun.sh,target=/common_fun.sh \
@@ -108,6 +103,7 @@ RUN --mount=type=tmpfs,target=/var/cache/apt \
108103 --mount=type=bind,source=/debian/fun.sh,target=/debian/fun.sh \
109104 . ./debian/fun.sh \
110105 && mobile_install
106+ ENTRYPOINT []
111107
112108
113109# Stamp containers
You can’t perform that action at this time.
0 commit comments