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.
1 parent 9449b21 commit f4c003fCopy full SHA for f4c003f
image/discourse_test/Dockerfile
@@ -23,7 +23,7 @@ RUN /tmp/install-chrome &&\
23
apt update &&\
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.xz &&\
26
- tar xjvf firefox.tar.xz && mv /tmp/firefox /opt/firefox-evergreen &&\
+ tar xJvf firefox.tar.xz && mv /tmp/firefox /opt/firefox-evergreen &&\
27
apt clean &&\
28
rm /tmp/firefox.tar.xz
29
0 commit comments