Ver Fonte

Merge pull request #1252 from c01o/patch-1

Nick Sweeting há 2 anos atrás
pai
commit
7a80b61bea
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -122,7 +122,7 @@ RUN echo "[+] Installing extractor Chromium dependency..." \
     && ln -s "$CHROME_BINARY" /usr/bin/chromium-browser \
     && mkdir -p "/home/${ARCHIVEBOX_USER}/.config/chromium/Crash Reports/pending/" \
     && chown -R $ARCHIVEBOX_USER "/home/${ARCHIVEBOX_USER}/.config" \
-    ; if [[ "$TARGETPLATFORM" == "linux/arm/v7" ]]; then $exit 0; else exit 1
+    || if [[ "$TARGETPLATFORM" == "linux/arm/v7" ]]; then exit 0; else exit 1; fi
     # ignore failure for architectures where no playwright release is available yet
 
 # Install Node dependencies