We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6dabb1 commit 0e1f5bdCopy full SHA for 0e1f5bd
docker/tools/Dockerfile
@@ -10,8 +10,6 @@ LABEL org.opencontainers.image.description="Builder image for building the 3dbag
10
LABEL org.opencontainers.image.version=$VERSION
11
LABEL org.opencontainers.image.licenses="(MIT OR Apache-2.0)"
12
13
-SHELL ["/bin/bash", "-c"]
14
-
15
RUN --mount=target=/var/lib/apt/lists,type=cache,sharing=locked \
16
--mount=target=/var/cache/apt,type=cache,sharing=locked \
17
rm -f /etc/apt/apt.conf.d/docker-clean && \
0 commit comments