From 2a2bfa337c264c952fdba293f3bc9d8298763bc3 Mon Sep 17 00:00:00 2001 From: "Gerber, Mike" Date: Wed, 5 Apr 2023 11:17:42 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=A7=20core:=20Install=20wheel?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile-core | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile-core b/Dockerfile-core index b252574..c4b62fe 100644 --- a/Dockerfile-core +++ b/Dockerfile-core @@ -51,7 +51,7 @@ RUN \ pyenv install 3.7 && \ pyenv global 3.7 && \ pyenv rehash && \ - pip install -U pip && \ + pip install -U pip wheel && \ pip install setuptools # Install pip installable-stuff