Skip to content

Commit 0d0e1eb

Browse files
authored
Clean up firefox tar file in discourse/discourse_test image (#904)
1 parent 7cd3dce commit 0d0e1eb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

image/discourse_test/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ RUN /tmp/install-chrome &&\
2424
apt install -y libgconf-2-4 libxss1 firefox-esr &&\
2525
cd /tmp && wget -q "https://download.mozilla.org/?product=firefox-latest-ssl&os=linux64&lang=en-US" -O firefox.tar.bz2 &&\
2626
tar xjvf firefox.tar.bz2 && mv /tmp/firefox /opt/firefox-evergreen &&\
27-
apt clean
27+
apt clean &&\
28+
rm /tmp/firefox.tar.bz2
2829

2930
FROM with_browsers AS release
3031

0 commit comments

Comments
 (0)