diff options
author | Lauri Ojansivu <x@xet7.org> | 2017-07-12 03:57:52 +0300 |
---|---|---|
committer | Lauri Ojansivu <x@xet7.org> | 2017-07-12 03:57:52 +0300 |
commit | 2778c336bf18f0b6bbd6b6ba57c66fa8f2e065ab (patch) | |
tree | d49076fdb63c374c8130a82c610fc7eb886a8052 | |
parent | eb83a9fb622ad3ec5cfa25f5142dfd7712e298dd (diff) | |
download | wekan-2778c336bf18f0b6bbd6b6ba57c66fa8f2e065ab.tar.gz wekan-2778c336bf18f0b6bbd6b6ba57c66fa8f2e065ab.tar.bz2 wekan-2778c336bf18f0b6bbd6b6ba57c66fa8f2e065ab.zip |
Try to fix Dockerfile
-rw-r--r-- | Dockerfile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -96,6 +96,7 @@ RUN \ gosu wekan:wekan sh ./install_meteor.sh; \ else \ gosu wekan:wekan git clone --recursive --depth 1 -b release/METEOR@${METEOR_EDGE} git://github.com/meteor/meteor.git /home/wekan/.meteor; \ + fi; && \ \ # Get additional packages cd /home/wekan/.meteor/packages && \ |