mirror of
https://github.com/upa/mscp.git
synced 2026-03-15 04:50:55 +08:00
fix CMakeLists.txt
* install mscp from package at docker build phase. * add docker-*-all custom targets.
This commit is contained in:
@@ -31,5 +31,6 @@ RUN cd ${mscpdir} \
|
||||
&& cmake -B build \
|
||||
&& cd ${mscpdir}/build \
|
||||
&& make \
|
||||
&& cpack -G RPM CPackConfig.cmake
|
||||
&& cpack -G RPM CPackConfig.cmake \
|
||||
&& rpm -iv *.rpm
|
||||
|
||||
|
||||
Reference in New Issue
Block a user