Skip to content

Commit 39abfa3

Browse files
committed
Update download URL
1 parent c77e93a commit 39abfa3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ENV TZ=${TZ:-Etc/UTC}
99

1010
RUN apt -y update && apt -y upgrade \
1111
&& apt -y install --no-install-recommends dnsutils iputils-ping tzdata curl openjdk-11-jre-headless \
12-
&& curl $(printf ' -O http://pub.nxfilter.org/nxcloud-%s.deb' $(curl https://nxfilter.org/curnxc.php)) \
12+
&& curl $(printf ' -O http://nxfilter.org/pub/nxcloud-%s.deb' $(curl https://nxfilter.org/curnxc.php)) \
1313
&& apt -y install --no-install-recommends ./$(printf 'nxcloud-%s.deb' $(curl https://nxfilter.org/curnxc.php)) \
1414
&& apt -y clean autoclean \
1515
&& apt -y autoremove \

0 commit comments

Comments
 (0)