File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -26,10 +26,10 @@ RUN if [ "$(dpkg --print-architecture)" = "amd64" ]; then \
2626 && apt-get update -qqy \
2727 && apt-get -qqy --no-install-recommends install libavcodec-extra libgtk-3-dev libdbus-glib-1-dev \
2828 && rm -rf /var/lib/apt/lists/* /var/cache/apt/* \
29- && wget --no-verbose -O /tmp/firefox.tar.bz2 $FIREFOX_DOWNLOAD_URL \
29+ && wget --no-verbose -O /tmp/firefox.tar $FIREFOX_DOWNLOAD_URL \
3030 && rm -rf /opt/firefox \
31- && tar -C /opt -xjf /tmp/firefox.tar.bz2 || tar -C /opt - xJf /tmp/firefox.tar.bz2 \
32- && rm /tmp/firefox.tar.bz2 \
31+ && tar -C /opt -xJf /tmp/firefox.tar \
32+ && rm /tmp/firefox.tar \
3333 && mv /opt/firefox /opt/firefox-$FIREFOX_VERSION \
3434 && mkdir -p /opt/firefox-$FIREFOX_VERSION/distribution/extensions \
3535 && ln -fs /opt/firefox-$FIREFOX_VERSION/firefox /usr/bin/firefox \
You can’t perform that action at this time.
0 commit comments