Skip to content

Commit

Permalink
Add python installation to the Dockerfile
Browse files Browse the repository at this point in the history
As the latest Fedora version does not have the python pkg installed,
the installation of python pkg step is added in the Dockerfile
  • Loading branch information
aaradhak committed Nov 15, 2024
1 parent b9d3b0a commit 960342e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion check-diff/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM registry.fedoraproject.org/fedora:latest
COPY check-diff.py /usr/bin/check-diff
RUN dnf install -y python
COPY check-diff.py /usr/bin/check-diff
ENTRYPOINT ["/usr/bin/check-diff"]

0 comments on commit 960342e

Please sign in to comment.