Skip to content

Commit 10b532b

Browse files
committed
run pkg_in_pipe in docker
Signed-off-by: Gaëtan Lehmann <[email protected]>
1 parent 9a6b98a commit 10b532b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Diff for: scripts/pkg_in_pipe/Dockerfile

+5
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)