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/ubuntu-20.04.Dockerfile | |
| parent | 7f5fcc617ca121876b1984da3989942807c3726f (diff) | |
drop python binding support
Diffstat (limited to 'docker/ubuntu-20.04.Dockerfile')
| -rw-r--r-- | docker/ubuntu-20.04.Dockerfile | 4 |
1 files changed, 0 insertions, 4 deletions
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 |
