summaryrefslogtreecommitdiff
path: root/docker/ubuntu-20.04.Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'docker/ubuntu-20.04.Dockerfile')
-rw-r--r--docker/ubuntu-20.04.Dockerfile4
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