diff --git a/Dockerfile b/Dockerfile index 1dded34..dee5275 100644 --- a/Dockerfile +++ b/Dockerfile @@ -25,7 +25,7 @@ LABEL com.suse.release-stage="beta" # endlabelprefix -RUN set -euo pipefail && zypper -n in --no-recommends python310 python310-pip curl git-core && zypper -n clean && rm -rf /var/log/* +RUN set -euo pipefail && zypper -n in --no-recommends python310 python310-pip curl git-core python310-wheel && zypper -n clean && rm -rf /var/log/* ENV PYTHON_VERSION="%%py310_ver%%" ENV PIP_VERSION="%%pip_ver%%"