diff options
| author | Ryo Nakamura <upa@haeena.net> | 2024-02-04 16:18:27 +0900 |
|---|---|---|
| committer | Ryo Nakamura <upa@haeena.net> | 2024-02-04 16:18:27 +0900 |
| commit | d57ed4149d0e3bbcc09793bc00c6bd34fd2ca1fb (patch) | |
| tree | 9d508883e59ca0967802da2635aea3e0e4f7e98e /docker/alpine-3.17.Dockerfile | |
| parent | 7f5fcc617ca121876b1984da3989942807c3726f (diff) | |
drop python binding support
Diffstat (limited to 'docker/alpine-3.17.Dockerfile')
| -rw-r--r-- | docker/alpine-3.17.Dockerfile | 3 |
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 |
