Put moon_utilities and moon_db in requirements.txt 59/38159/1
authorasteroide <thomas.duval@orange.com>
Wed, 26 Jul 2017 09:34:55 +0000 (11:34 +0200)
committerasteroide <thomas.duval@orange.com>
Wed, 26 Jul 2017 09:34:55 +0000 (11:34 +0200)
Change-Id: Ie1f09b3efe770c1894c72fec9960e368231d6103

moonv4/moon_orchestrator/Dockerfile
moonv4/moon_orchestrator/requirements.txt

index 9c1b466..0425d95 100644 (file)
@@ -1,11 +1,11 @@
-FROM debian:latest
+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 .
+RUN pip3 install -r requirements.txt --upgrade
+RUN pip3 install . --upgrade
 
 CMD ["python3", "-m", "moon_orchestrator"]
\ No newline at end of file
index ef41155..c765327 100644 (file)
@@ -7,4 +7,6 @@ vine
 jinja2
 sqlalchemy
 pymysql
-werkzeug
\ No newline at end of file
+werkzeug
+moon_utilities
+moon_db
\ No newline at end of file