Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Julio Gutierrez committed Feb 14, 2022
1 parent d6b3e3e commit 6d32670
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 @@ -5,7 +5,7 @@ ARG NORDVPN_VERSION=3.12.4
ARG DEBIAN_FRONTEND=noninteractive

RUN apt-get update -y && \
apt-get install -y curl iputils-ping wireguard && \
apt-get install -y curl iputils-ping libc6 wireguard && \
curl https://repo.nordvpn.com/deb/nordvpn/debian/pool/main/nordvpn-release_1.0.0_all.deb --output /tmp/nordrepo.deb && \
apt-get install -y /tmp/nordrepo.deb && \
apt-get update -y && \
Expand Down

0 comments on commit 6d32670

Please sign in to comment.