Clean up firefox tar file in discourse/discourse_test image ()

This commit is contained in:
Alan Guo Xiang Tan 2024-12-27 12:51:33 +08:00 committed by GitHub
parent 7cd3dce007
commit 0d0e1eb1de
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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