瀏覽代碼

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