Merge pull request #1540 from TLCFEM/bugfix-add-iptables
Add iptables to Dockerfile dependencies
This commit is contained in:
commit
724e469f70
1 changed files with 2 additions and 2 deletions
|
|
@ -31,9 +31,9 @@ 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
|
||||
|
||||
ENTRYPOINT ["hysteria"]
|
||||
ENTRYPOINT ["hysteria"]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue