Try to fix Dockerfile

This commit is contained in:
Lauri Ojansivu 2017-07-12 03:59:52 +03:00
parent 2778c336bf
commit 04fb2ae52c

View file

@ -96,7 +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; && \
fi; \
\
# Get additional packages
cd /home/wekan/.meteor/packages && \