소스 검색

Fix typo.

Lauri Ojansivu 7 년 전
부모
커밋
2ac7660f29
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -47,7 +47,7 @@ RUN \
     #   Fiber.poolSize = 1e9;
     # Getting newest Node from Sandstorm fork of Node
     # Source: https://github.com/sandstorm-io/node
-    curl -sL https://deb.nodesource.com/setup_8.x | bash -
+    curl -sL https://deb.nodesource.com/setup_8.x | bash - && \
     wget https://raw.githubusercontent.com/wekan/wekan/devel/download-sandstorm-node.sh && \
     bash download-sandstorm-node.sh && \
     rm download-sandstorm-node.sh && \