We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1bba206 commit 91f4cecCopy full SHA for 91f4cec
1 file changed
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM ghcr.io/astral-sh/uv:python3.9-bookworm-slim
+FROM docker.io/python:3.9-slim-trixie
2
3
RUN ln -sf /usr/share/zoneinfo/America/New_York /etc/localtime
4
RUN apt-get -yq update && \
@@ -14,7 +14,7 @@ RUN mkdir /opt/packet
14
WORKDIR /opt/packet
15
16
COPY requirements.txt /opt/packet/
17
-RUN uv pip install -r requirements.txt --system
+RUN pip install uv && uv pip install -r requirements.txt --system
18
19
COPY package.json /opt/packet/
20
COPY yarn.lock /opt/packet/
0 commit comments