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 08b6cff commit dbc73cdCopy full SHA for dbc73cd
Dockerfile
@@ -1,5 +1,4 @@
1
-# rebuild: 20221103
2
-FROM registry.fedoraproject.org/fedora:36
+FROM registry.fedoraproject.org/fedora:38
3
RUN dnf install -y python3-pip && dnf clean all
4
COPY requirements.txt /
5
RUN pip install -r /requirements.txt
0 commit comments