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/alpine-3.17.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docker/alpine-3.17.Dockerfile') diff --git a/docker/alpine-3.17.Dockerfile b/docker/alpine-3.17.Dockerfile index 56c7ba9..bf5679e 100644 --- a/docker/alpine-3.17.Dockerfile +++ b/docker/alpine-3.17.Dockerfile @@ -10,7 +10,7 @@ RUN apk add --no-cache \ gcc make cmake python3 py3-pip perl linux-headers libc-dev \ openssh bash python3-dev g++ -RUN pip3 install conan pytest numpy +RUN pip3 install conan pytest # Build mscp as a single binary RUN conan profile detect --force -- cgit v1.2.3