Skip to content

Commit ca4b2e4

Browse files
authored
docker/debian: Minor cleanups/fixes (#480)
Signed-off-by: Ryan Northey <[email protected]>
1 parent 7ac9028 commit ca4b2e4

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

docker/linux/debian/Dockerfile

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -57,11 +57,6 @@ COPY debian/docker-entrypoint.sh /entrypoint.sh
5757

5858

5959
FROM 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
6560
RUN --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

0 commit comments

Comments
 (0)