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 9a6b98a commit 10b532bCopy full SHA for 10b532b
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