diff options
Diffstat (limited to 'moon_forming/Dockerfile')
-rw-r--r-- | moon_forming/Dockerfile | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/moon_forming/Dockerfile b/moon_forming/Dockerfile deleted file mode 100644 index 3a39880b..00000000 --- a/moon_forming/Dockerfile +++ /dev/null @@ -1,17 +0,0 @@ -FROM python:3 - - -LABEL Name=Forming -LABEL Description="Configuration job for the Moon platform" -LABEL Maintainer="Thomas Duval" -LABEL Url="https://wiki.opnfv.org/display/moon/Moon+Project+Proposal" - -USER root - -WORKDIR /usr/src/app -RUN pip install --no-cache-dir --upgrade requests pytest pyyaml python_moonutilities python_moondb python_moonclient - -ADD . /root -WORKDIR /root - -CMD /bin/bash /root/config_moon.sh |