Skip to content

Commit 91f4cec

Browse files
Revert to precious docker image
1 parent 1bba206 commit 91f4cec

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,4 +1,4 @@
1-
FROM ghcr.io/astral-sh/uv:python3.9-bookworm-slim
1+
FROM docker.io/python:3.9-slim-trixie
22

33
RUN ln -sf /usr/share/zoneinfo/America/New_York /etc/localtime
44
RUN apt-get -yq update && \
@@ -14,7 +14,7 @@ RUN mkdir /opt/packet
1414
WORKDIR /opt/packet
1515

1616
COPY requirements.txt /opt/packet/
17-
RUN uv pip install -r requirements.txt --system
17+
RUN pip install uv && uv pip install -r requirements.txt --system
1818

1919
COPY package.json /opt/packet/
2020
COPY yarn.lock /opt/packet/

0 commit comments

Comments
 (0)