We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c77e93a commit 39abfa3Copy full SHA for 39abfa3
1 file changed
Dockerfile
@@ -9,7 +9,7 @@ ENV TZ=${TZ:-Etc/UTC}
9
10
RUN apt -y update && apt -y upgrade \
11
&& 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)) \
+ && curl $(printf ' -O http://nxfilter.org/pub/nxcloud-%s.deb' $(curl https://nxfilter.org/curnxc.php)) \
13
&& apt -y install --no-install-recommends ./$(printf 'nxcloud-%s.deb' $(curl https://nxfilter.org/curnxc.php)) \
14
&& apt -y clean autoclean \
15
&& apt -y autoremove \
0 commit comments