We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf267ba commit 7759099Copy full SHA for 7759099
Dockerfile
@@ -8,10 +8,10 @@ RUN python3 -m venv /venv && \
8
/venv/bin/pip install -U pip setuptools
9
10
COPY requirements.txt /app/requirements.txt
11
-RUN /venv/bin/pip install --no-deps --requirement /app/requirements.txt
+RUN /venv/bin/pip install --requirement /app/requirements.txt
12
13
COPY . /app
14
-RUN /venv/bin/pip install --no-deps /app
+RUN /venv/bin/pip install /app
15
16
17
FROM ubuntu:jammy
requirements.txt
@@ -10,7 +10,7 @@ easykube==0.5.0
exceptiongroup==1.2.2
frozenlist==1.5.0
h11==0.16.0
-httpcore==1.0.7
+httpcore==1.0.9
httpx==0.28.1
idna==3.10
iso8601==2.1.0
0 commit comments