Loading Dockerfile +3 −4 Original line number Diff line number Diff line Loading @@ -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/* Loading Loading
Dockerfile +3 −4 Original line number Diff line number Diff line Loading @@ -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/* Loading