We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cba2d5f commit 2af1902Copy full SHA for 2af1902
1 file changed
chunks/lang-python/Dockerfile
@@ -34,6 +34,7 @@ RUN sudo install-packages \
34
twine \
35
# Install poetry
36
&& curl -sSL https://install.python-poetry.org | python \
37
+ && curl -LsSf https://astral.sh/uv/install.sh | sh \
38
&& sudo rm -rf /tmp/*
39
40
# update `setuptools` used by our virtual environment
0 commit comments