Skip to content

Commit f4c003f

Browse files
committed
fixup
1 parent 9449b21 commit f4c003f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

image/discourse_test/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ RUN /tmp/install-chrome &&\
2323
apt update &&\
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.xz &&\
26-
tar xjvf firefox.tar.xz && mv /tmp/firefox /opt/firefox-evergreen &&\
26+
tar xJvf firefox.tar.xz && mv /tmp/firefox /opt/firefox-evergreen &&\
2727
apt clean &&\
2828
rm /tmp/firefox.tar.xz
2929

0 commit comments

Comments
 (0)