Explorar o código

Fix repo url.

Lauri Ojansivu %!s(int64=6) %!d(string=hai) anos
pai
achega
a1efe50659
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -188,7 +188,7 @@ RUN \
     if [ "$USE_EDGE" = false ]; then \
       gosu wekan:wekan sh /home/wekan/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; \
+      gosu wekan:wekan git clone --recursive --depth 1 -b release/METEOR@${METEOR_EDGE} https://github.com/meteor/meteor.git /home/wekan/.meteor; \
     fi; \
     \
     # Get additional packages