Merge pull request #344 from ZauberNerd/install-kmod

This commit is contained in:
Adam 2024-07-23 13:27:36 +01:00 committed by GitHub
commit 8f71a5cba0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 0 deletions

View File

@ -20,6 +20,7 @@ RUN \
iptables-legacy \
ip6tables \
iputils \
kmod \
libcap-utils \
libqrencode-tools \
net-tools \

View File

@ -20,6 +20,7 @@ RUN \
iptables-legacy \
ip6tables \
iputils \
kmod \
libcap-utils \
libqrencode-tools \
net-tools \

View File

@ -130,6 +130,7 @@ app_setup_block: |
# changelog
changelogs:
- { date: "23.07.24:", desc: "Install kmod from alpine repository." }
- { date: "24.05.24:", desc: "Rebase to Alpine 3.20, install wireguard-tools from Alpine repo." }
- { date: "10.03.24:", desc: "Use iptables-legacy on Alpine 3.19." }
- { date: "05.03.24:", desc: "Rebase master to Alpine 3.19." }