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 cedcf02 commit 60cd747Copy full SHA for 60cd747
Dockerfile
@@ -76,7 +76,7 @@ RUN --mount=type=cache,id=apt-lib-cache-${TARGETARCH},sharing=private,target=/va
76
'Dir::Cache::%spkgcache "";\n' '' src ; \
77
chmod a+r /etc/apt/apt.conf.d/docker-disable-pkgcache ; \
78
# Create the directory for debconf
79
- mkdir -v /var/cache/debconf/docker-templates ; \
+ # mkdir -v /var/cache/debconf/docker-templates ; \
80
set -x && \
81
apt-get update && \
82
# Install locales
0 commit comments