We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6d1b39 commit e37b4f9Copy full SHA for e37b4f9
docker/linux/debian/Dockerfile
@@ -16,8 +16,7 @@ ARG BAZELISK_SHA256SUM=6539c12842ad76966f3d493e8f80d67caa84ec4a000e220d5459833c9
16
RUN --mount=type=bind,source=/common_fun.sh,target=/common_fun.sh \
17
--mount=type=bind,source=/debian/fun.sh,target=/debian/fun.sh \
18
. ./debian/fun.sh \
19
- && install_bazelisk \
20
- && stamp_build bazelisk "$CONTAINER_TAG"
+ && install_bazelisk
21
22
23
FROM worker-base AS ci-base
0 commit comments