diff options
Diffstat (limited to 'docker/ubuntu-20.04.Dockerfile')
-rw-r--r-- | docker/ubuntu-20.04.Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/ubuntu-20.04.Dockerfile b/docker/ubuntu-20.04.Dockerfile index 707a79d..af6d031 100644 --- a/docker/ubuntu-20.04.Dockerfile +++ b/docker/ubuntu-20.04.Dockerfile @@ -36,4 +36,4 @@ RUN cd ${mscpdir} \ # install mscp python module RUN cd ${mscpdir} \ - && python3 setup.py install --user + && python3 pysetup.py install --user |