diff options
author | asteroide <thomas.duval@orange.com> | 2017-10-04 09:04:38 +0200 |
---|---|---|
committer | asteroide <thomas.duval@orange.com> | 2017-10-04 09:04:38 +0200 |
commit | f28f884b86ad6a01afb3ebe7959a86aed0701539 (patch) | |
tree | 5c2c50bef281274a1aa6f432071a20c03b3a9678 /moonv4/moon_authz/Dockerfile | |
parent | e2099e074250dd2a2f556fbb78b3db8f77e2c553 (diff) |
Update code to the latest working version: version 4.2
Change-Id: I25d222ce9c8f4af8755886b79852d99b6870d515
Diffstat (limited to 'moonv4/moon_authz/Dockerfile')
-rw-r--r-- | moonv4/moon_authz/Dockerfile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/moonv4/moon_authz/Dockerfile b/moonv4/moon_authz/Dockerfile index 6ecc8f2d..579ddd16 100644 --- a/moonv4/moon_authz/Dockerfile +++ b/moonv4/moon_authz/Dockerfile @@ -3,11 +3,12 @@ FROM ubuntu:latest ENV UUID=null RUN apt update && apt install python3.5 python3-pip -y -RUN pip3 install moon_utilities moon_db pip --upgrade +RUN pip3 install pip --upgrade ADD . /root WORKDIR /root/ -RUN pip3 install -r requirements.txt +RUN pip3 install -r requirements.txt --upgrade +RUN pip3 install dist/moon_utilities-1.3.0-py3-none-any.whl --upgrade RUN pip3 install . CMD ["python3", "-m", "moon_authz"]
\ No newline at end of file |