Skip to content

Commit

Permalink
Merge pull request #12 from aaradhak/checkdiff
Browse files Browse the repository at this point in the history
Add python installation to the Dockerfile
  • Loading branch information
jmarrero authored Nov 22, 2024
2 parents 6f48d6e + d91e901 commit 5018b7d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/selftest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
container: registry.fedoraproject.org/fedora:latest
steps:
- name: Install dependencies
run: dnf install -y git-core
run: dnf install -y git-core python
- name: Check out repository
uses: actions/checkout@v3
- name: Run self-test
Expand Down
1 change: 1 addition & 0 deletions check-diff/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
FROM registry.fedoraproject.org/fedora:latest
RUN dnf install -y python
COPY check-diff.py /usr/bin/check-diff
ENTRYPOINT ["/usr/bin/check-diff"]

0 comments on commit 5018b7d

Please sign in to comment.