diff --git a/ci/base-images/sle/Dockerfile.python36 b/ci/base-images/sle/Dockerfile.python36 index bdfb46de5..91edc275d 100644 --- a/ci/base-images/sle/Dockerfile.python36 +++ b/ci/base-images/sle/Dockerfile.python36 @@ -42,7 +42,7 @@ RUN set -e; \ && mv /root/.sdkman/candidates/* /opt/ \ && rm -rf /root/.sdkman \ && python3 -m pip install --no-cache-dir --upgrade pip virtualenv \ - && python3 -m pip install --no-cache-dir --upgrade --user pipenv poetry uv \ + && python3 -m pip install --no-cache-dir --upgrade --user pipenv poetry \ && curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.1/install.sh | bash \ && source /root/.nvm/nvm.sh \ && nvm install ${NODE_VERSION} \