Compare commits
1 Commits
8dff094768
...
7e2b133946
| Author | SHA1 | Date | |
|---|---|---|---|
| 7e2b133946 |
@@ -3,7 +3,7 @@
|
|||||||
FROM ghcr.io/wg-easy/wg-easy:latest
|
FROM ghcr.io/wg-easy/wg-easy:latest
|
||||||
|
|
||||||
# The upstream image registers only iptables-legacy with update-alternatives.
|
# The upstream image registers only iptables-legacy with update-alternatives.
|
||||||
# iptables-nft binary exists but isn't registered as an alternative key.
|
# iptables-nft binary exists but isn't registered as an alternative.
|
||||||
# Override the alternatives-managed symlinks directly.
|
# Override the alternatives-managed symlinks directly.
|
||||||
RUN ln -sf /usr/sbin/iptables-nft /usr/sbin/iptables && \
|
RUN ln -sf /usr/sbin/iptables-nft /usr/sbin/iptables && \
|
||||||
ln -sf /usr/sbin/ip6tables-nft /usr/sbin/ip6tables
|
ln -sf /usr/sbin/ip6tables-nft /usr/sbin/ip6tables
|
||||||
|
|||||||
Reference in New Issue
Block a user