mirror of
https://github.com/upa/mscp.git
synced 2026-02-23 08:04:42 +08:00
dockerfile: do ldconfig after pymscp installation
This commit is contained in:
@@ -37,5 +37,6 @@ RUN cd ${mscpdir} \
|
||||
|
||||
# install mscp python module
|
||||
RUN cd ${mscpdir} \
|
||||
&& python3 pysetup.py install --user
|
||||
&& python3 pysetup.py install --user \
|
||||
&& ldconfig
|
||||
|
||||
|
||||
Reference in New Issue
Block a user