Skip to content

Commit 8f71a5c

Browse files
authored
Merge pull request #344 from ZauberNerd/install-kmod
2 parents c2e3c33 + 6b10946 commit 8f71a5c

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-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 \

readme-vars.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,7 @@ app_setup_block: |
130130
131131
# changelog
132132
changelogs:
133+
- { date: "23.07.24:", desc: "Install kmod from alpine repository." }
133134
- { date: "24.05.24:", desc: "Rebase to Alpine 3.20, install wireguard-tools from Alpine repo." }
134135
- { date: "10.03.24:", desc: "Use iptables-legacy on Alpine 3.19." }
135136
- { date: "05.03.24:", desc: "Rebase master to Alpine 3.19." }

0 commit comments

Comments
 (0)