Skip to content

Commit 3395eb1

Browse files
Update scripts/pkg_in_pipe/Dockerfile
Co-authored-by: Nathanaël <7300309+nathanael-h@users.noreply.github.com> Signed-off-by: Gaëtan Lehmann <glehmann@users.noreply.github.com>
1 parent 42496a3 commit 3395eb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/pkg_in_pipe/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
FROM fedora:41
2-
RUN dnf install -y koji python3-requests python3-pip
2+
RUN dnf install -y koji python3-requests python3-pip python3-pygithub
33
RUN pip install specfile
44
ADD pkg_in_pipe.py /
55
ENTRYPOINT ["/pkg_in_pipe.py"]

0 commit comments

Comments
 (0)