summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2018-07-02 20:01:13 +0300
committerLauri Ojansivu <x@xet7.org>2018-07-02 20:01:13 +0300
commit2ac7660f29bae026350595596207b918286a2c23 (patch)
tree5335b41660fcd90624af27d85d2984bdffe1b976
parentabf7890941e7139e77aadb9c75ba4c314a9a6a1a (diff)
downloadwekan-2ac7660f29bae026350595596207b918286a2c23.tar.gz
wekan-2ac7660f29bae026350595596207b918286a2c23.tar.bz2
wekan-2ac7660f29bae026350595596207b918286a2c23.zip
Fix typo.
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 906638dc..ac1fa9fc 100644
--- a/Dockerfile
+++ b/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 && \