build: Remove btrfs-progs

This commit is contained in:
Kroese 2023-10-05 15:35:24 +02:00 committed by GitHub
parent 6a8093a3f4
commit 97918abdb0

View File

@ -21,14 +21,13 @@ RUN apt-get update && apt-get -y upgrade && \
unzip \
socat \
procps \
dnsmasq \
xz-utils \
iptables \
iproute2 \
net-tools \
btrfs-progs \
netcat-openbsd \
dnsmasq \
net-tools \
ca-certificates \
netcat-openbsd \
qemu-system-x86 \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*