mirror of
https://github.com/upa/mscp.git
synced 2026-05-17 17:47:31 +08:00
remove numpy from test, and fix compiling single binary mscp
This commit is contained in:
@@ -4,11 +4,11 @@ ARG mscpdir="/mscp"
|
||||
|
||||
COPY . ${mscpdir}
|
||||
|
||||
# install numpy and pytest, sshd for test, and rpm-build
|
||||
# install pytest, sshd for test, and rpm-build
|
||||
RUN set -ex && yum -y install \
|
||||
python3 python3-pip openssh openssh-server openssh-clients rpm-build
|
||||
|
||||
RUN python3 -m pip install numpy pytest
|
||||
RUN python3 -m pip install pytest
|
||||
|
||||
|
||||
# preparation for sshd
|
||||
|
||||
Reference in New Issue
Block a user