Browse Source

added removal of libc-dev after installation of python packages

funding-tag
Holger Frey 4 years ago
parent
commit
b1d26cf0d8
  1. 1
      Dockerfile

1
Dockerfile

@ -28,6 +28,7 @@ RUN flit install --pth-file @@ -28,6 +28,7 @@ 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

Loading…
Cancel
Save