Skip to content

Commit 6c549d0

Browse files
committed
Clean up debconf cache in final image
1 parent 3daa462 commit 6c549d0

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
@@ -44,7 +44,7 @@ RUN apt-get update \
4444
&& apt-get install --no-install-recommends -y \
4545
imagemagick \
4646
libldap2 \
47-
&& rm -rf /var/lib/apt/lists/*
47+
&& rm -rf /var/lib/apt/lists/* /var/cache/debconf/*
4848

4949
COPY --from=builder /usr/local/bin/ffmpeg /usr/local/bin/ffmpeg
5050

0 commit comments

Comments
 (0)