wg fix net-tools

This commit is contained in:
mercury
2023-05-11 22:19:20 +04:00
parent 49e6a80c81
commit 075407b543
+1 -1
View File
@@ -2,4 +2,4 @@ arg SYSTEM
arg RELEASE
from ${SYSTEM}:${RELEASE}
ENV DEBIAN_FRONTEND noninteractive
run apt update && apt install -y linux-headers-$(uname -r) iproute2 iptables xtables-addons-common xtables-addons-dkms wireguard ssh && mkdir /root/.ssh
run apt update && apt install -y linux-headers-$(uname -r) iproute2 net-tools iptables xtables-addons-common xtables-addons-dkms wireguard ssh && mkdir /root/.ssh