From 25d550696b329a6725e3fd552374b58b71d37eac507258a40d2226a7e2ab75d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20=C4=8Cerm=C3=A1k?= Date: Wed, 27 Apr 2022 13:00:01 +0000 Subject: [PATCH] add python39-wheel OBS-URL: https://build.opensuse.org/package/show/devel:BCI:Tumbleweed/python-3.9-image?expand=0&rev=3 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7825e0b..fc1cb0b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -24,7 +24,7 @@ LABEL com.suse.release-stage="beta" # endlabelprefix -RUN set -euo pipefail && zypper -n in --no-recommends python39 python39-pip curl git-core && zypper -n clean && rm -rf /var/log/* +RUN set -euo pipefail && zypper -n in --no-recommends python39 python39-pip curl git-core python39-wheel && zypper -n clean && rm -rf /var/log/* ENV PYTHON_VERSION="%%py39_ver%%" ENV PIP_VERSION="%%pip_ver%%"