Lauri Ojansivu 7 年之前
父節點
當前提交
bf06c715fe
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

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