aboutsummaryrefslogtreecommitdiffstats
path: root/moonv4/moon_authz/Dockerfile
diff options
context:
space:
mode:
authorThomas Duval <thomas.duval@orange.com>2017-10-29 21:13:07 +0100
committerThomas Duval <thomas.duval@orange.com>2017-10-29 21:13:07 +0100
commit189abbfe9735349234ff5c62497afaad2656f1f8 (patch)
tree0c91d43b3ce38e3fd8b25b21d894c894f3f41259 /moonv4/moon_authz/Dockerfile
parent63a4316f271a15cc9e9718fbef6f54f2eb05ad20 (diff)
Fix some bugs
Change-Id: Ia0d2e4b463f80b606381e3c98d1a8cdd01a01c82
Diffstat (limited to 'moonv4/moon_authz/Dockerfile')
-rw-r--r--moonv4/moon_authz/Dockerfile4
1 files changed, 1 insertions, 3 deletions
diff --git a/moonv4/moon_authz/Dockerfile b/moonv4/moon_authz/Dockerfile
index 579ddd16..7ab172b0 100644
--- a/moonv4/moon_authz/Dockerfile
+++ b/moonv4/moon_authz/Dockerfile
@@ -1,14 +1,12 @@
FROM ubuntu:latest
-ENV UUID=null
-
RUN apt update && apt install python3.5 python3-pip -y
RUN pip3 install pip --upgrade
ADD . /root
WORKDIR /root/
RUN pip3 install -r requirements.txt --upgrade
-RUN pip3 install dist/moon_utilities-1.3.0-py3-none-any.whl --upgrade
+RUN pip3 install /root/dist/* --upgrade
RUN pip3 install .
CMD ["python3", "-m", "moon_authz"] \ No newline at end of file