Force upgrade of pip packages 61/38161/1
authorasteroide <thomas.duval@orange.com>
Wed, 26 Jul 2017 09:35:39 +0000 (11:35 +0200)
committerasteroide <thomas.duval@orange.com>
Wed, 26 Jul 2017 09:35:39 +0000 (11:35 +0200)
Change-Id: I86449f970e89b9ce1bf516e901b045a7f1f1c39b

moonv4/moon_router/Dockerfile

index d871def..1722b80 100644 (file)
@@ -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