diff options
Diffstat (limited to 'docker')
| -rw-r--r-- | docker/almalinux-8.8.Dockerfile | 5 | ||||
| -rw-r--r-- | docker/alpine-3.17.Dockerfile | 3 | ||||
| -rw-r--r-- | docker/rocky-8.8.Dockerfile | 5 | ||||
| -rw-r--r-- | docker/ubuntu-20.04.Dockerfile | 4 | ||||
| -rw-r--r-- | docker/ubuntu-22.04.Dockerfile | 5 |
5 files changed, 0 insertions, 22 deletions
diff --git a/docker/almalinux-8.8.Dockerfile b/docker/almalinux-8.8.Dockerfile index 1b440ce..5ff41ed 100644 --- a/docker/almalinux-8.8.Dockerfile +++ b/docker/almalinux-8.8.Dockerfile @@ -32,8 +32,3 @@ RUN cd ${mscpdir} \ && cpack -G RPM CPackConfig.cmake \ && rpm -iv *.rpm -# install mscp python module -RUN cd ${mscpdir} \ - && python3 pysetup.py install --user \ - && ldconfig - diff --git a/docker/alpine-3.17.Dockerfile b/docker/alpine-3.17.Dockerfile index 9fce2bd..b79510f 100644 --- a/docker/alpine-3.17.Dockerfile +++ b/docker/alpine-3.17.Dockerfile @@ -35,6 +35,3 @@ RUN cd ${mscpdir} \ && cp mscp /mscp/build/mscp_alpine-3.17-x86_64.static # copy mscp to PKG FILE NAME because this build doesn't use CPACK -# install mscp python module -RUN cd ${mscpdir} \ - && python3 pysetup.py install --user diff --git a/docker/rocky-8.8.Dockerfile b/docker/rocky-8.8.Dockerfile index 0345a4c..6140905 100644 --- a/docker/rocky-8.8.Dockerfile +++ b/docker/rocky-8.8.Dockerfile @@ -29,8 +29,3 @@ RUN cd ${mscpdir} \ && cpack -G RPM CPackConfig.cmake \ && rpm -iv *.rpm -# install mscp python module -RUN cd ${mscpdir} \ - && python3 pysetup.py install --user \ - && ldconfig - diff --git a/docker/ubuntu-20.04.Dockerfile b/docker/ubuntu-20.04.Dockerfile index 3c55ffe..c1da765 100644 --- a/docker/ubuntu-20.04.Dockerfile +++ b/docker/ubuntu-20.04.Dockerfile @@ -34,7 +34,3 @@ RUN cd ${mscpdir} \ && cpack -G DEB CPackConfig.cmake \ && dpkg -i *.deb -# install mscp python module -RUN cd ${mscpdir} \ - && python3 pysetup.py install --user \ - && ldconfig diff --git a/docker/ubuntu-22.04.Dockerfile b/docker/ubuntu-22.04.Dockerfile index c5d85d5..377cfff 100644 --- a/docker/ubuntu-22.04.Dockerfile +++ b/docker/ubuntu-22.04.Dockerfile @@ -33,8 +33,3 @@ RUN cd ${mscpdir} \ && cpack -G DEB CPackConfig.cmake \ && dpkg -i *.deb -# install mscp python module -RUN cd ${mscpdir} \ - && python3 pysetup.py install --user \ - && ldconfig - |
