Use python -m pip instead

This commit is contained in:
Jenny Tam 2018-05-01 15:30:28 -07:00
parent 4a5104919b
commit 5f99983886

View file

@ -47,7 +47,7 @@ ENV PATH="/opt/mssql-tools/bin:${PATH}"
#install coveralls
#RUN pip install --upgrade pip && pip install cpp-coveralls
# TODO: Remove this workaround due to https://github.com/pypa/pip/issues/5240
RUN pip install --upgrade pip==9.0.3 && pip install cpp-coveralls
RUN python -m pip install --upgrade pip && pip install cpp-coveralls
#Either Install git / download zip (One can see other strategies : https://ryanfb.github.io/etc/2015/07/29/git_strategies_for_docker.html )
#One option is to get source from zip file of repository.