Skip to content

Commit af87400

Browse files
committed
[ci] Fix deploy firefox-dev image
Signed-off-by: Viet Nguyen Duc <[email protected]>
1 parent bd94870 commit af87400

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

NodeFirefox/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ RUN if [ "$(dpkg --print-architecture)" = "amd64" ]; then \
2828
&& rm -rf /var/lib/apt/lists/* /var/cache/apt/* \
2929
&& wget --no-verbose -O /tmp/firefox.tar.bz2 $FIREFOX_DOWNLOAD_URL \
3030
&& rm -rf /opt/firefox \
31-
&& tar -C /opt -xjf /tmp/firefox.tar.bz2 || tar -C /opt -xJf /tmp/firefox.tar.bz2 \
31+
&& tar -C /opt -xjf /tmp/firefox.tar.bz2 || tar -C /opt -xf /tmp/firefox.tar.bz2 \
3232
&& rm /tmp/firefox.tar.bz2 \
3333
&& mv /opt/firefox /opt/firefox-$FIREFOX_VERSION \
3434
&& mkdir -p /opt/firefox-$FIREFOX_VERSION/distribution/extensions \

0 commit comments

Comments
 (0)