diff options
| author | Ryo Nakamura <upa@haeena.net> | 2023-03-10 22:06:46 +0900 |
|---|---|---|
| committer | Ryo Nakamura <upa@haeena.net> | 2023-03-10 22:07:07 +0900 |
| commit | d22c02b7936691340ea0efd097565a87151458fb (patch) | |
| tree | b102961c5162d2ee0af9ce1b330512033d1e394e /docker/rocky-8.6.Dockerfile | |
| parent | 2477647a3bf66d9dceed301622076079529f1689 (diff) | |
remove numpy from test, and fix compiling single binary mscp
Diffstat (limited to 'docker/rocky-8.6.Dockerfile')
| -rw-r--r-- | docker/rocky-8.6.Dockerfile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docker/rocky-8.6.Dockerfile b/docker/rocky-8.6.Dockerfile index 323129c..abb2cf5 100644 --- a/docker/rocky-8.6.Dockerfile +++ b/docker/rocky-8.6.Dockerfile @@ -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 |
