소스 검색

remove unnecessary npm install

Gildas 5 년 전
부모
커밋
d490a962e8
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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