aboutsummaryrefslogtreecommitdiffstats
path: root/moonv4/templates
diff options
context:
space:
mode:
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"