mirror of
https://github.com/upa/mscp.git
synced 2026-03-06 23:57:33 +08:00
remove numpy from test, and fix compiling single binary mscp
This commit is contained in:
@@ -8,11 +8,11 @@ COPY . ${mscpdir}
|
||||
RUN set -ex && apt-get update && apt-get install -y --no-install-recommends \
|
||||
ca-certificates
|
||||
|
||||
# install numpy and pytest, and sshd for test
|
||||
# install pytest, and sshd for test
|
||||
RUN apt-get install -y --no-install-recommends \
|
||||
python3 python3-pip openssh-server
|
||||
|
||||
RUN python3 -m pip install numpy pytest
|
||||
RUN python3 -m pip install pytest
|
||||
|
||||
|
||||
# preparation for sshd
|
||||
|
||||
Reference in New Issue
Block a user