summaryrefslogtreecommitdiff
path: root/docker/ubuntu-22.04.Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'docker/ubuntu-22.04.Dockerfile')
-rw-r--r--docker/ubuntu-22.04.Dockerfile5
1 files changed, 0 insertions, 5 deletions
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
-