mirror of
https://github.com/wekan/wekan.git
synced 2025-04-20 12:07:11 -04:00
Try to fix Dockerfile
This commit is contained in:
parent
f6a70a28cb
commit
eb83a9fb62
1 changed files with 0 additions and 1 deletions
|
@ -96,7 +96,6 @@ 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 && \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue