Add `apt-get dist-clean` to Debian Testing / Trixie 🎉
This commit is contained in:
parent
803a857219
commit
1f4fe499c6
|
|
@ -51,4 +51,4 @@ RUN set -ex; \
|
|||
xz-utils \
|
||||
zlib1g-dev \
|
||||
; \
|
||||
rm -rf /var/lib/apt/lists/*
|
||||
apt-get dist-clean
|
||||
|
|
|
|||
|
|
@ -16,4 +16,4 @@ RUN set -eux; \
|
|||
sq \
|
||||
wget \
|
||||
; \
|
||||
rm -rf /var/lib/apt/lists/*
|
||||
apt-get dist-clean
|
||||
|
|
|
|||
|
|
@ -17,4 +17,4 @@ RUN set -eux; \
|
|||
# procps is very common in build systems, and is a reasonably small package
|
||||
procps \
|
||||
; \
|
||||
rm -rf /var/lib/apt/lists/*
|
||||
apt-get dist-clean
|
||||
|
|
|
|||
Loading…
Reference in New Issue