We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92637d6 commit 37fcfe5Copy full SHA for 37fcfe5
Dockerfile
@@ -76,7 +76,7 @@ RUN echo "deb http://deb.debian.org/debian unstable main" > /etc/apt/sources.lis
76
mv /root/.local/bin/uv /usr/local/bin/uv && \
77
rm -rf /var/lib/apt/lists/* /etc/apt/sources.list.d/unstable.list /etc/apt/preferences.d/99pin-libtasn1 && \
78
python3 -m venv /opt/venv && \
79
- uv pip install --system hatch
+ uv pip install --system "virtualenv<21" hatch
80
81
WORKDIR /app
82
0 commit comments