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 bd94870 commit af87400Copy full SHA for af87400
NodeFirefox/Dockerfile
@@ -28,7 +28,7 @@ RUN if [ "$(dpkg --print-architecture)" = "amd64" ]; then \
28
&& rm -rf /var/lib/apt/lists/* /var/cache/apt/* \
29
&& wget --no-verbose -O /tmp/firefox.tar.bz2 $FIREFOX_DOWNLOAD_URL \
30
&& rm -rf /opt/firefox \
31
- && tar -C /opt -xjf /tmp/firefox.tar.bz2 || tar -C /opt -xJf /tmp/firefox.tar.bz2 \
+ && tar -C /opt -xjf /tmp/firefox.tar.bz2 || tar -C /opt -xf /tmp/firefox.tar.bz2 \
32
&& rm /tmp/firefox.tar.bz2 \
33
&& mv /opt/firefox /opt/firefox-$FIREFOX_VERSION \
34
&& mkdir -p /opt/firefox-$FIREFOX_VERSION/distribution/extensions \
0 commit comments