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 88745e9 commit 973c92dCopy full SHA for 973c92d
scripts/pkg_in_pipe/Dockerfile
@@ -0,0 +1,5 @@
1
+FROM fedora:41
2
+RUN dnf install -y koji python3-requests python3-pip
3
+RUN pip install specfile
4
+ADD pkg_in_pipe.py /
5
+ENTRYPOINT ["/pkg_in_pipe.py"]
0 commit comments