Skip to content

Commit

Permalink
Clean up firefox tar file in discourse/discourse_test image (#904)
Browse files Browse the repository at this point in the history
  • Loading branch information
tgxworld authored Dec 27, 2024
1 parent 7cd3dce commit 0d0e1eb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion image/discourse_test/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ RUN /tmp/install-chrome &&\
apt install -y libgconf-2-4 libxss1 firefox-esr &&\
cd /tmp && wget -q "https://download.mozilla.org/?product=firefox-latest-ssl&os=linux64&lang=en-US" -O firefox.tar.bz2 &&\
tar xjvf firefox.tar.bz2 && mv /tmp/firefox /opt/firefox-evergreen &&\
apt clean
apt clean &&\
rm /tmp/firefox.tar.bz2

FROM with_browsers AS release

Expand Down

0 comments on commit 0d0e1eb

Please sign in to comment.