Skip to content

Commit

Permalink
adding missing dependencies in 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Julio Gutierrez committed Apr 3, 2021
1 parent affe4dd commit 23f4229
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ HEALTHCHECK --interval=5m --timeout=20s --start-period=1m \
CMD if test $( curl -m 10 -s https://api.nordvpn.com/v1/helpers/ips/insights | jq -r '.["protected"]' ) = "true" ; then exit 0; else nordvpn disconnect; nordvpn connect ${CONNECT} ; exit $?; fi

RUN apt-get update -yqq && \
apt-get install -yqq curl jq && \
apt-get install -yqq curl jq procps iproute2 ipset iptables xsltproc ca-certificates && \
curl -s https://repo.nordvpn.com/deb/nordvpn/debian/pool/main/nordvpn-release_1.0.0_all.deb --output /tmp/nordrepo.deb && \
apt-get install -yqq /tmp/nordrepo.deb && \
apt-get update -yqq && \
Expand Down

0 comments on commit 23f4229

Please sign in to comment.