File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -15,10 +15,10 @@ RUN apt-get install -y --no-install-recommends --no-install-suggests \
15
15
# additional 'firefox-esl' dependencies which are not in 'depends' list
16
16
libasound2 libxt6 libxtst6
17
17
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/ \
22
22
&& mv /tmp/firefox /opt/firefox \
23
23
&& ln -s /opt/firefox/firefox /usr/local/bin/firefox
24
24
You can’t perform that action at this time.
0 commit comments