Browse Source

Install kmod from alpine repository

Because the busybox modprobe utility is unable to load zstd compressed modules.
pull/1553/head
Matt 8 months ago
parent
commit
5afe935036
  1. 1
      Dockerfile
  2. 1
      Dockerfile.dev

1
Dockerfile

@ -31,6 +31,7 @@ RUN apk add --no-cache \
dumb-init \
iptables \
ip6tables \
kmod \
iptables-legacy \
wireguard-tools

1
Dockerfile.dev

@ -18,6 +18,7 @@ RUN apk add --no-cache \
dumb-init \
iptables \
ip6tables \
kmod \
iptables-legacy \
wireguard-tools

Loading…
Cancel
Save