switched to iptables-legacy for backwards compatibility

This commit is contained in:
bfg100k 2023-11-05 18:11:47 +11:00 committed by GitHub
parent e1e2c27461
commit cfc3276a5d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,7 +13,7 @@ ENV LOG_PATH=/var/log/supervisor
COPY scripts/entrypoint-router.sh /usr/sbin/
RUN apk add --no-cache --purge --clean-protected iptables tzdata \
RUN apk add --no-cache --purge --clean-protected iptables-legacy tzdata \
&& rm -rf /var/cache/apk/*
EXPOSE 9993/udp