mirror of
https://github.com/linuxserver/docker-wireguard.git
synced 2026-02-20 05:45:43 +08:00
Merge pull request #344 from ZauberNerd/install-kmod
This commit is contained in:
commit
8f71a5cba0
@ -20,6 +20,7 @@ RUN \
|
||||
iptables-legacy \
|
||||
ip6tables \
|
||||
iputils \
|
||||
kmod \
|
||||
libcap-utils \
|
||||
libqrencode-tools \
|
||||
net-tools \
|
||||
|
||||
@ -20,6 +20,7 @@ RUN \
|
||||
iptables-legacy \
|
||||
ip6tables \
|
||||
iputils \
|
||||
kmod \
|
||||
libcap-utils \
|
||||
libqrencode-tools \
|
||||
net-tools \
|
||||
|
||||
@ -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." }
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user