From: asteroide Date: Wed, 26 Jul 2017 09:35:39 +0000 (+0200) Subject: Force upgrade of pip packages X-Git-Tag: opnfv-5.1.RC1~29 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F61%2F38161%2F1;p=moon.git Force upgrade of pip packages Change-Id: I86449f970e89b9ce1bf516e901b045a7f1f1c39b --- diff --git a/moonv4/moon_router/Dockerfile b/moonv4/moon_router/Dockerfile index d871defa..1722b801 100644 --- a/moonv4/moon_router/Dockerfile +++ b/moonv4/moon_router/Dockerfile @@ -1,11 +1,11 @@ FROM ubuntu:latest RUN apt update && apt install python3.5 python3-pip -y -RUN pip3 install moon_utilities moon_db pip --upgrade +RUN pip3 install pip --upgrade ADD . /root WORKDIR /root/ -RUN pip3 install -r requirements.txt +RUN pip3 install -r requirements.txt --upgrade RUN pip3 install . CMD ["python3", "-m", "moon_router"] \ No newline at end of file