Skip to content

Commit beb7df9

Browse files
committed
new python base docker image
1 parent d5c3bb4 commit beb7df9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
FROM andgineer/python-base
1+
FROM andgineer/lean-python
22

33
COPY requirements.txt /requirements.txt
44

5-
RUN pip install -r requirements.txt \
5+
RUN uv pip install -r requirements.txt \
66
&& apk del python3-dev libxslt-dev libxml2-dev \
77
&& rm -rf ~/.pip/cache/ \
88
&& rm -rf /var/cache/apk/*

0 commit comments

Comments
 (0)