Bladeren bron

remove unnecessary npm install

Gildas 5 jaren geleden
bovenliggende
commit
d490a962e8
1 gewijzigde bestanden met toevoegingen van 1 en 1 verwijderingen
  1. 1 1
      cli/Dockerfile

+ 1 - 1
cli/Dockerfile

@@ -3,7 +3,7 @@ FROM zenika/alpine-chrome:with-node
 RUN set -x \
     git \
     && git clone --depth 1 --recursive https://github.com/gildas-lormeau/SingleFile \
-    && mkdir out && cd SingleFile && npm install --production && cd cli && npm install --production \
+    && mkdir out && cd SingleFile && cd cli && npm install --production \
     && chmod +x single-file \
     && echo