diff options
Diffstat (limited to 'moonv4/moon_authz/Dockerfile')
-rw-r--r-- | moonv4/moon_authz/Dockerfile | 4 |
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 |