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 5be9afc commit 8387001Copy full SHA for 8387001
Dockerfile
@@ -24,9 +24,6 @@ RUN echo "GITDATE: "$GITDATE
24
# Installing precomputed python packages
25
RUN uv pip install pillow
26
27
-# security patches
28
-RUN uv pip install "cryptography>=42.0.4" "urllib3>=1.26.17"
29
-
30
# copy PICAchooser into container
31
COPY . /src/picachooser
32
RUN echo $GITVERSION > /src/picachooser/VERSION
@@ -42,6 +39,9 @@ RUN cd /src/picachooser && \
42
39
versioneer install --no-vendor && \
43
40
rm -rf /src/picachooser/build /src/picachooser/dist
44
41
+# security patches
+RUN uv pip install "cryptography>=42.0.4" "urllib3>=1.26.17"
+
45
# clean up
46
RUN pip cache purge
47
0 commit comments