Skip to content

Commit

Permalink
Add a missing dependency for Firefox 32
Browse files Browse the repository at this point in the history
  • Loading branch information
tmortagne committed Aug 20, 2024
1 parent 9660fdd commit 5287334
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ ENV FIREFOX_VERSION_1 latest
ENV FIREFOX_DOWNLOAD_URL_1="https://download.mozilla.org/?product=firefox-latest-ssl&os=linux64"
ENV FIREFOX_VERSION_2 32.0.1
ENV FIREFOX_DOWNLOAD_URL_2="https://ftp.mozilla.org/pub/firefox/releases/$FIREFOX_VERSION_2/linux-x86_64/en-US/firefox-$FIREFOX_VERSION_2.tar.bz2"
RUN apt-get --no-install-recommends -y install libasound2 libdbus-glib-1-2 && \
RUN apt-get --no-install-recommends -y install libasound2 libdbus-glib-1-2 libgtk2.0-0 && \
wget --no-verbose -O /tmp/firefox1.tar.bz2 $FIREFOX_DOWNLOAD_URL_1 && \
rm -rf /opt/firefox && \
tar -C /opt -xjf /tmp/firefox1.tar.bz2 && \
Expand Down

0 comments on commit 5287334

Please sign in to comment.