From d57ed4149d0e3bbcc09793bc00c6bd34fd2ca1fb Mon Sep 17 00:00:00 2001 From: Ryo Nakamura Date: Sun, 4 Feb 2024 16:18:27 +0900 Subject: drop python binding support --- docker/almalinux-8.8.Dockerfile | 5 ----- docker/alpine-3.17.Dockerfile | 3 --- docker/rocky-8.8.Dockerfile | 5 ----- docker/ubuntu-20.04.Dockerfile | 4 ---- docker/ubuntu-22.04.Dockerfile | 5 ----- 5 files changed, 22 deletions(-) (limited to 'docker') 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 - -- cgit v1.2.3