This commit is contained in:
Kroese 2023-04-26 13:38:45 +02:00 committed by GitHub
parent d8997f23b9
commit 8ad2e738dd

View File

@ -5,23 +5,23 @@ ARG DEBCONF_NOWARNINGS="yes"
ARG DEBIAN_FRONTEND noninteractive
RUN apt-get update && apt-get -y upgrade && \
apt-get --no-install-recommends -y install \
curl \
cpio \
wget \
fdisk \
unzip \
procps \
xz-utils \
iptables \
iproute2 \
dnsmasq \
net-tools \
btrfs-progs \
ca-certificates \
isc-dhcp-client \
netcat-openbsd \
qemu-system-x86 \
apt-get --no-install-recommends -y install \
curl \
cpio \
wget \
fdisk \
unzip \
procps \
xz-utils \
iptables \
iproute2 \
dnsmasq \
net-tools \
btrfs-progs \
ca-certificates \
isc-dhcp-client \
netcat-openbsd \
qemu-system-x86 \
&& apt-get clean
COPY run/*.sh /run/