We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
discourse/discourse_test
1 parent 7cd3dce commit 48ce9ccCopy full SHA for 48ce9cc
image/discourse_test/Dockerfile
@@ -24,7 +24,8 @@ RUN /tmp/install-chrome &&\
24
apt install -y libgconf-2-4 libxss1 firefox-esr &&\
25
cd /tmp && wget -q "https://download.mozilla.org/?product=firefox-latest-ssl&os=linux64&lang=en-US" -O firefox.tar.bz2 &&\
26
tar xjvf firefox.tar.bz2 && mv /tmp/firefox /opt/firefox-evergreen &&\
27
- apt clean
+ apt clean &&\
28
+ rm /tmp/firefox.tar.bz2
29
30
FROM with_browsers AS release
31
0 commit comments