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/ubuntu-22.04.Dockerfile | |
| parent | 2477647a3bf66d9dceed301622076079529f1689 (diff) | |
remove numpy from test, and fix compiling single binary mscp
Diffstat (limited to 'docker/ubuntu-22.04.Dockerfile')
| -rw-r--r-- | docker/ubuntu-22.04.Dockerfile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |
