Clean up firefox tar file in discourse/discourse_test
image (#904)
This commit is contained in:
parent
7cd3dce007
commit
0d0e1eb1de
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue