Skip to content

Commit 751d18c

Browse files
committed
Firefox bin now with .tar.xz. Switch to en-CA too.
1 parent 93ded40 commit 751d18c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

retrieval/dockerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ RUN apt-get install -y --no-install-recommends --no-install-suggests \
1515
# additional 'firefox-esl' dependencies which are not in 'depends' list
1616
libasound2 libxt6 libxtst6
1717

18-
# Download and install Firefox
19-
RUN curl -fL -o /tmp/firefox.tar.bz2 \
20-
https://ftp.mozilla.org/pub/firefox/releases/${firefox_ver}/linux-x86_64/en-GB/firefox-${firefox_ver}.tar.bz2 \
21-
&& tar -xjf /tmp/firefox.tar.bz2 -C /tmp/ \
18+
# Download and install Firefox
19+
RUN curl -fL -o /tmp/firefox.tar.xz \
20+
https://ftp.mozilla.org/pub/firefox/releases/${firefox_ver}/linux-x86_64/en-CA/firefox-${firefox_ver}.tar.xz \
21+
&& tar -xJf /tmp/firefox.tar.xz -C /tmp/ \
2222
&& mv /tmp/firefox /opt/firefox \
2323
&& ln -s /opt/firefox/firefox /usr/local/bin/firefox
2424

0 commit comments

Comments
 (0)