From e592a84e3bae7036bbab453f1a8ad6543e12fd3d Mon Sep 17 00:00:00 2001 From: "Gerber, Mike" Date: Wed, 8 Feb 2023 12:38:20 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=A7=20Install=20pyenv?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile-core | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Dockerfile-core b/Dockerfile-core index b0f2b89..b88315e 100644 --- a/Dockerfile-core +++ b/Dockerfile-core @@ -9,10 +9,10 @@ ENV PIP_DEFAULT_TIMEOUT=120 RUN echo "APT::Acquire::Retries \"3\";" > /etc/apt/apt.conf.d/80-retries && \ apt-get update && \ apt-get install -y \ - curl xz-utils \ - build-essential python3-dev \ -# For get-pip.py: - python3-distutils \ + build-essential \ + curl \ + git \ + xz-utils \ # For add-apt-repository: software-properties-common \ # XML utils