Use https protocol

There is a higher likelihood of `git://` being blocked by a proxy or firewall than `https://`
pull/17/head
Dakota Benjamin 2016-09-27 11:48:18 -04:00 zatwierdzone przez GitHub
rodzic d3e47b4853
commit 4f499c0a59
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -13,7 +13,7 @@ ADD requirements.txt /webodm/
RUN pip install -r requirements.txt
# swagger_spec_validator is not up to date, fetch directly from github
RUN pip install --upgrade git+git://github.com/Yelp/swagger_spec_validator
RUN pip install --upgrade git+https://github.com/Yelp/swagger_spec_validator
# Add repository files
ADD . /webodm/