summaryrefslogtreecommitdiff
path: root/docker/ubuntu-22.04.Dockerfile
diff options
context:
space:
mode:
authorRyo Nakamura <upa@haeena.net>2023-03-10 22:06:46 +0900
committerRyo Nakamura <upa@haeena.net>2023-03-10 22:07:07 +0900
commitd22c02b7936691340ea0efd097565a87151458fb (patch)
treeb102961c5162d2ee0af9ce1b330512033d1e394e /docker/ubuntu-22.04.Dockerfile
parent2477647a3bf66d9dceed301622076079529f1689 (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.Dockerfile4
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