Skip to content

Commit

Permalink
No uv for python 3.6 apparently
Browse files Browse the repository at this point in the history
Signed-off-by: Prabhu Subramanian <prabhu@appthreat.com>
  • Loading branch information
prabhu committed Dec 27, 2024
1 parent 1bc7ef0 commit 9f6c00b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/base-images/sle/Dockerfile.python36
Original file line number Diff line number Diff line change
Expand Up @@ -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} \
Expand Down

0 comments on commit 9f6c00b

Please sign in to comment.