Skip to content

Commit 60cd747

Browse files
authored
Try without mkdir for debconf
1 parent cedcf02 commit 60cd747

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ RUN --mount=type=cache,id=apt-lib-cache-${TARGETARCH},sharing=private,target=/va
7676
'Dir::Cache::%spkgcache "";\n' '' src ; \
7777
chmod a+r /etc/apt/apt.conf.d/docker-disable-pkgcache ; \
7878
# Create the directory for debconf
79-
mkdir -v /var/cache/debconf/docker-templates ; \
79+
# mkdir -v /var/cache/debconf/docker-templates ; \
8080
set -x && \
8181
apt-get update && \
8282
# Install locales

0 commit comments

Comments
 (0)