summaryrefslogtreecommitdiff
path: root/docker/alpine-3.17.Dockerfile
diff options
context:
space:
mode:
authorRyo Nakamura <upa@haeena.net>2024-02-04 16:18:27 +0900
committerRyo Nakamura <upa@haeena.net>2024-02-04 16:18:27 +0900
commitd57ed4149d0e3bbcc09793bc00c6bd34fd2ca1fb (patch)
tree9d508883e59ca0967802da2635aea3e0e4f7e98e /docker/alpine-3.17.Dockerfile
parent7f5fcc617ca121876b1984da3989942807c3726f (diff)
drop python binding support
Diffstat (limited to 'docker/alpine-3.17.Dockerfile')
-rw-r--r--docker/alpine-3.17.Dockerfile3
1 files changed, 0 insertions, 3 deletions
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