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.Dockerfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/docker/ubuntu-22.04.Dockerfile b/docker/ubuntu-22.04.Dockerfile
index 1c24841..c5d85d5 100644
--- a/docker/ubuntu-22.04.Dockerfile
+++ b/docker/ubuntu-22.04.Dockerfile
@@ -35,5 +35,6 @@ RUN cd ${mscpdir} \
# install mscp python module
RUN cd ${mscpdir} \
- && python3 pysetup.py install --user
+ && python3 pysetup.py install --user \
+ && ldconfig