Skip to content

Commit

Permalink
Update nordvpn.dockerfile
Browse files Browse the repository at this point in the history
Update repo URL

Signed-off-by: TMKnight <[email protected]>
  • Loading branch information
tmknight authored Nov 20, 2024
1 parent e7dde14 commit e49c10a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nordvpn.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ RUN apt-get update -qq \
dnsutils \
jq
## Get latest DEB from repo and install nordvpn
RUN endpoint="https://repo.nordvpn.com/deb/nordvpn/debian/pool/main/" \
RUN endpoint="https://repo.nordvpn.com/deb/nordvpn/debian/pool/main/n/nordvpn/" \
&& [ "${TARGETARCH}" != "amd64" ] && ARCH=arm64 || ARCH=amd64 \
&& fileName="nordvpn_${NORDVPN_VERSION}_${ARCH}.deb" \
&& curl -Lo /tmp/nordrepo.deb "${endpoint}${fileName}" \
Expand Down

0 comments on commit e49c10a

Please sign in to comment.