Browse Source

Install kmod from alpine repository (#1553)

Because the busybox modprobe utility is unable to load zstd compressed modules.

Co-authored-by: Matt <[email protected]>
pull/1618/head
Matt 4 months ago
committed by Bernd Storath
parent
commit
3dcc2d1a20
  1. 1
      Dockerfile
  2. 1
      Dockerfile.dev

1
Dockerfile

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

1
Dockerfile.dev

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

Loading…
Cancel
Save