Browse Source

fixed remove package command

funding-tag
Holger Frey 4 years ago
parent
commit
54283b9847
  1. 8
      Dockerfile

8
Dockerfile

@ -27,10 +27,10 @@ RUN flit install --pth-file @@ -27,10 +27,10 @@ RUN flit install --pth-file
# switch back to root to remove header files
USER root
RUN apk delete python3-dev
RUN apk delete libc-dev
RUN apk delete libffi-dev
RUN apk delete openssl-dev
RUN apk del python3-dev
RUN apk del libc-dev
RUN apk del libffi-dev
RUN apk del openssl-dev
# switch to the created user to run the application
USER deploy

Loading…
Cancel
Save