mercury
2023-05-13 00:15:56 +04:00
parent efb86ecf99
commit e7a2d5bc8f
+1 -1
View File
@@ -3,7 +3,7 @@ arg RELEASE
from ${SYSTEM}:${RELEASE}
ENV DEBIAN_FRONTEND noninteractive
run apt update && \
apt install -y linux-headers-$(uname -r) iproute2 net-tools iptables xtables-addons-common xtables-addons-dkms wireguard ssh git && \
apt install -y linux-headers-generic iproute2 net-tools iptables xtables-addons-common xtables-addons-dkms wireguard ssh git && \
apt clean autoclean && \
apt autoremove -y && \
mkdir /root/.ssh