From f43e044e161467ba90d8a5731e2d0e6c0705d699 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rn-Michael=20Miehe?= Date: Fri, 14 Oct 2022 13:06:20 +0200 Subject: [PATCH] don't uninstall pip --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 35ad6af..3d5488d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -19,6 +19,7 @@ RUN set -ex; \ openssh-client \ openssl \ python3 \ + py3-pip \ py3-six \ rsync \ ; \ @@ -36,7 +37,6 @@ RUN set -ex; \ musl-dev \ openssl-dev \ python3-dev \ - py3-pip \ cargo \ ; \ # make use of prebuilt wheels where possible