From d22c02b7936691340ea0efd097565a87151458fb Mon Sep 17 00:00:00 2001 From: Ryo Nakamura Date: Fri, 10 Mar 2023 22:06:46 +0900 Subject: remove numpy from test, and fix compiling single binary mscp --- docker/ubuntu-22.04.Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docker/ubuntu-22.04.Dockerfile') diff --git a/docker/ubuntu-22.04.Dockerfile b/docker/ubuntu-22.04.Dockerfile index c00f695..26ba009 100644 --- a/docker/ubuntu-22.04.Dockerfile +++ b/docker/ubuntu-22.04.Dockerfile @@ -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 -- cgit v1.2.3