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/centos-8.Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docker/centos-8.Dockerfile') diff --git a/docker/centos-8.Dockerfile b/docker/centos-8.Dockerfile index 586b1e9..d9a4f20 100644 --- a/docker/centos-8.Dockerfile +++ b/docker/centos-8.Dockerfile @@ -9,11 +9,11 @@ RUN cd /etc/yum.repos.d/ RUN sed -i 's/mirrorlist/#mirrorlist/g' /etc/yum.repos.d/CentOS-* RUN sed -i 's|#baseurl=http://mirror.centos.org|baseurl=http://vault.centos.org|g' /etc/yum.repos.d/CentOS-* -# install numpy and pytest, sshd for test, and rpm-build +# install pytest, sshd for test, and rpm-build RUN set -ex && yum -y update && 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 -- cgit v1.2.3