Skip to content

Commit

Permalink
Enable epel9
Browse files Browse the repository at this point in the history
  • Loading branch information
ralphbean committed Feb 6, 2025
1 parent 0293a9d commit edd2f11
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ LABEL \
distribution-scope="public"

# Installing sync2jira dependencies
RUN rpm -ivh https://dl.fedoraproject.org/pub/epel/epel-release-latest-9.noarch.rpm
RUN dnf -y install \
git \
python3-pip \
Expand Down
1 change: 1 addition & 0 deletions Dockerfile.sync-page
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ LABEL \
distribution-scope="public"

# Installing sync2jira dependencies
RUN rpm -ivh https://dl.fedoraproject.org/pub/epel/epel-release-latest-9.noarch.rpm
RUN dnf -y install \
git \
python3-pip \
Expand Down

2 comments on commit edd2f11

@ralphbean
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/retest

@ralphbean
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/retest sync2jira-on-push

Please sign in to comment.