Merge pull request #1540 from TLCFEM/bugfix-add-iptables

Add iptables to Dockerfile dependencies
This commit is contained in:
Toby 2026-03-29 22:30:35 -07:00 committed by GitHub
commit 724e469f70
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -31,7 +31,7 @@ RUN if [ ! -e /etc/nsswitch.conf ]; then echo 'hosts: files dns' > /etc/nsswitch
# commands, this will cause the build process to become very slow.
RUN set -ex \
&& apk upgrade \
&& apk add bash tzdata ca-certificates \
&& apk add bash tzdata ca-certificates iptables \
&& rm -rf /var/cache/apk/*
COPY --from=builder /go/bin/hysteria /usr/local/bin/hysteria