summaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Dockerfile b/Dockerfile
index d21854d5..906638dc 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -47,6 +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 -
wget https://raw.githubusercontent.com/wekan/wekan/devel/download-sandstorm-node.sh && \
bash download-sandstorm-node.sh && \
rm download-sandstorm-node.sh && \