Skip to content

Commit

Permalink
Merge pull request #53 from Enalean/enable-rocky-security-sig-repo
Browse files Browse the repository at this point in the history
feat: Enable Rocky Linux Security SIG repo
  • Loading branch information
vaceletm authored Jun 18, 2024
2 parents 60b57dd + e7164a6 commit 104e123
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion el9.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ FROM rockylinux:9
ARG PHP_BASE
ARG PHP_CURRENT

RUN dnf -y install epel-release https://ci.tuleap.net/yum/tuleap/rhel/9/dev/x86_64/tuleap-community-release.rpm https://rpms.remirepo.net/enterprise/remi-release-9.rpm && \
RUN dnf -y install epel-release rocky-release-security https://ci.tuleap.net/yum/tuleap/rhel/9/dev/x86_64/tuleap-community-release.rpm https://rpms.remirepo.net/enterprise/remi-release-9.rpm && \
dnf update -y && \
dnf -y install \
tuleap \
tuleap-plugin-git \
Expand Down

0 comments on commit 104e123

Please sign in to comment.