Commit 97918abd authored by Kroese's avatar Kroese Committed by GitHub
Browse files

build: Remove btrfs-progs

parent 6a8093a3
Loading
Loading
Loading
Loading
+3 −4
Original line number Diff line number Diff line
@@ -21,14 +21,13 @@ RUN apt-get update && apt-get -y upgrade && \
	unzip \
	socat \	
	procps \
	dnsmasq \
	xz-utils \
	iptables \
	iproute2 \
 	dnsmasq \
  	net-tools \
	btrfs-progs \
	netcat-openbsd \
	ca-certificates \
	netcat-openbsd \
	qemu-system-x86 \
    && apt-get clean \
    && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*