Skip to content

Commit 7142554

Browse files
authored
Install kmod from alpine repository
Because the busybox modprobe utility is unable to load zstd compressed modules. Closes: #343
1 parent 095f857 commit 7142554

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ RUN \
2020
iptables-legacy \
2121
ip6tables \
2222
iputils \
23+
kmod \
2324
libcap-utils \
2425
libqrencode-tools \
2526
net-tools \

Dockerfile.aarch64

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ RUN \
2020
iptables-legacy \
2121
ip6tables \
2222
iputils \
23+
kmod \
2324
libcap-utils \
2425
libqrencode-tools \
2526
net-tools \

0 commit comments

Comments
 (0)