mirror of
https://github.com/upa/mscp.git
synced 2026-02-11 23:50:33 +08:00
fix docker/alpine-3.17: no need to make install
because libmscp is installed by data_files.
This commit is contained in:
@@ -39,7 +39,3 @@ RUN cd ${mscpdir} \
|
||||
RUN cd ${mscpdir} \
|
||||
&& python3 setup.py install --user
|
||||
|
||||
# Need Fix: A trick putting libmscp.so to python mscp module dir does not work on alpine,
|
||||
# so install libmscp.
|
||||
RUN cd ${mscpdir}/build \
|
||||
&& make install
|
||||
|
||||
Reference in New Issue
Block a user