Browse Source

Old change which appears to have been tracking a Waterfox version update

Rob Austein 4 years ago
parent
commit
3c7e7670a0
2 changed files with 3 additions and 2 deletions
  1. 2 1
      Dockerfile
  2. 1 1
      Makefile

+ 2 - 1
Dockerfile

@@ -26,7 +26,8 @@ RUN apt-get --yes update && apt-get --yes install --no-install-recommends \
 RUN set -x; \
     tar -C /usr/local -xf /root/waterfox*.tar.bz2 && \
     rm -f /root/waterfox*.tar.bz2 && \
-    ln -s /usr/local/waterfox/waterfox /usr/local/bin
+    ln -s /usr/local/waterfox/waterfox /usr/local/bin && \
+    ln -s /usr/local/waterfox-classic /usr/local/waterfox
 
 RUN set -x; \
     mkdir -p /usr/local/java && \

+ 1 - 1
Makefile

@@ -1,4 +1,4 @@
-URL := https://storage-waterfox.netdna-ssl.com/releases/linux64/installer/waterfox-56.2.14.en-US.linux-x86_64.tar.bz2
+URL := https://storage-waterfox.netdna-ssl.com/releases/linux64/installer/waterfox-classic-2019.12.en-US.linux-x86_64.tar.bz2
 
 all:
 	wget -N ${URL}