We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5c3bb4 commit beb7df9Copy full SHA for beb7df9
1 file changed
Dockerfile
@@ -1,8 +1,8 @@
1
-FROM andgineer/python-base
+FROM andgineer/lean-python
2
3
COPY requirements.txt /requirements.txt
4
5
-RUN pip install -r requirements.txt \
+RUN uv pip install -r requirements.txt \
6
&& apk del python3-dev libxslt-dev libxml2-dev \
7
&& rm -rf ~/.pip/cache/ \
8
&& rm -rf /var/cache/apk/*
0 commit comments