Dan Čermák 2022-04-27 13:00:01 +00:00 committed by Git OBS Bridge
parent 2e4e554d85
commit 25d550696b

View File

@ -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%%"