diff --git a/dockerfile/wireguard.dockerfile b/dockerfile/wireguard.dockerfile index 4819328..f487e5c 100644 --- a/dockerfile/wireguard.dockerfile +++ b/dockerfile/wireguard.dockerfile @@ -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