From 40e95762145bbd832acb5dd65782a96c6baf648d Mon Sep 17 00:00:00 2001 From: ale <ale@incal.net> Date: Wed, 3 Feb 2021 11:33:53 +0000 Subject: [PATCH] CI: Use pip3 to install mitogen --- ci/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/Dockerfile b/ci/Dockerfile index 36b9453..5b32a94 100644 --- a/ci/Dockerfile +++ b/ci/Dockerfile @@ -3,7 +3,7 @@ COPY with-ssh-key /usr/bin/with-ssh-key RUN apt-get -q update \ && env DEBIAN_FRONTEND=noninteractive apt-get install -q -y --no-install-recommends \ ansible python3-pip \ - && pip install mitogen \ + && pip3 install mitogen \ && apt-get clean \ && rm -fr /var/lib/apt/lists/* -- GitLab