dockerfile: do not run ldconfig in alpine

This commit is contained in:
Ryo Nakamura
2023-12-10 21:17:31 +09:00
parent a6501a16bf
commit eb5a9e3035

View File

@@ -37,6 +37,4 @@ RUN cd ${mscpdir} \
# install mscp python module
RUN cd ${mscpdir} \
&& python3 pysetup.py install --user \
&& ldconfig
&& python3 pysetup.py install --user