fix docker/alpine-3.17: no need to make install

because libmscp is installed by data_files.
This commit is contained in:
Ryo Nakamura
2023-09-05 21:20:38 +09:00
parent 49e8e26f2a
commit ccc4dedf30

View File

@@ -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