소스 검색

Try to fix Dockerfile

Lauri Ojansivu 8 년 전
부모
커밋
eb83a9fb62
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      Dockerfile

+ 0 - 1
Dockerfile

@@ -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 && \