diff options
author | Lauri Ojansivu <x@xet7.org> | 2018-07-02 19:59:00 +0300 |
---|---|---|
committer | Lauri Ojansivu <x@xet7.org> | 2018-07-02 19:59:00 +0300 |
commit | abf7890941e7139e77aadb9c75ba4c314a9a6a1a (patch) | |
tree | a7bd1b38d3ccedee9f0f462c640c77c15a244824 /Dockerfile | |
parent | e139e140f4b4a6b3415d2592466d656504f1ade7 (diff) | |
download | wekan-abf7890941e7139e77aadb9c75ba4c314a9a6a1a.tar.gz wekan-abf7890941e7139e77aadb9c75ba4c314a9a6a1a.tar.bz2 wekan-abf7890941e7139e77aadb9c75ba4c314a9a6a1a.zip |
Try to fix Dockerfile.
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 && \ |