aboutsummaryrefslogtreecommitdiffstats
path: root/moonv4/templates
diff options
context:
space:
mode:
authorThomas Duval <thomas.duval@orange.com>2017-12-22 11:12:58 +0100
committerThomas Duval <thomas.duval@orange.com>2017-12-22 11:12:58 +0100
commit07414f03ddd0c62a919b387026c1b48225edcfd9 (patch)
treeac85c442f7c349de37b42cf23c1f72dc12b3ed0e /moonv4/templates
parent26eecaa8cc7352822c9037fce68e201720dc8412 (diff)
Update libraries name in the platform
Change-Id: I743254aa58e2fb57b78c23ebc9f5c69049b4905d
Diffstat (limited to 'moonv4/templates')
-rw-r--r--moonv4/templates/moonforming/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/moonv4/templates/moonforming/Dockerfile b/moonv4/templates/moonforming/Dockerfile
index 87a067f9..fe48eee0 100644
--- a/moonv4/templates/moonforming/Dockerfile
+++ b/moonv4/templates/moonforming/Dockerfile
@@ -1,6 +1,6 @@
FROM python:3
WORKDIR /usr/src/app
-RUN pip install --no-cache-dir --upgrade requests pyyaml moon_utilities moon_db
+RUN pip install --no-cache-dir --upgrade requests pyyaml python_moonutilities python_moondb
ENV POPULATE_ARGS "-v"