Change-Id: Ie1f09b3efe770c1894c72fec9960e368231d6103
-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
jinja2
sqlalchemy
pymysql
-werkzeug
\ No newline at end of file
+werkzeug
+moon_utilities
+moon_db
\ No newline at end of file