aboutsummaryrefslogtreecommitdiffstats
path: root/moonv4/moon_wrapper/Dockerfile
diff options
context:
space:
mode:
authorThomas Duval <thomas.duval@orange.com>2017-10-29 21:07:09 +0100
committerThomas Duval <thomas.duval@orange.com>2017-10-29 21:07:09 +0100
commit71eec0f65e954775498f3fd7c0069540a5638a95 (patch)
tree6343dfd5304bae1f3bd54596c929c9235deb6c7b /moonv4/moon_wrapper/Dockerfile
parent068c08a37302b05ee3efac87f14106ca25768f03 (diff)
Fix some bugs
Change-Id: I15e25e4771122e7145dfc7cbb9cbe39edada5214
Diffstat (limited to 'moonv4/moon_wrapper/Dockerfile')
-rw-r--r--moonv4/moon_wrapper/Dockerfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/moonv4/moon_wrapper/Dockerfile b/moonv4/moon_wrapper/Dockerfile
index 2f55c8da..dc06f8df 100644
--- a/moonv4/moon_wrapper/Dockerfile
+++ b/moonv4/moon_wrapper/Dockerfile
@@ -6,6 +6,7 @@ RUN pip3 install pip --upgrade
ADD . /root
WORKDIR /root/
RUN pip3 install -r requirements.txt --upgrade
+RUN pip3 install /root/dist/* --ugrade
RUN pip3 install .
CMD ["python3", "-m", "moon_wrapper"]