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/alpine-3.17.Dockerfile | 3 --- 1 file changed, 3 deletions(-) (limited to 'docker/alpine-3.17.Dockerfile') 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 -- cgit v1.2.3