diff options
-rw-r--r-- | docker/alpine-3.17.Dockerfile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/docker/alpine-3.17.Dockerfile b/docker/alpine-3.17.Dockerfile index aca4901..9fce2bd 100644 --- a/docker/alpine-3.17.Dockerfile +++ b/docker/alpine-3.17.Dockerfile @@ -37,6 +37,4 @@ RUN cd ${mscpdir} \ # install mscp python module RUN cd ${mscpdir} \ - && python3 pysetup.py install --user \ - && ldconfig - + && python3 pysetup.py install --user |