From e7164a6d801f17fdb752a5e78d9d124bd3e10edf Mon Sep 17 00:00:00 2001 From: Thomas Gerbet Date: Wed, 12 Jun 2024 17:44:23 +0200 Subject: [PATCH] feat: Enable Rocky Linux Security SIG repo No functional changes. Part of request #38306 Enable Rocky Linux Security SIG repo on container images --- el9.dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/el9.dockerfile b/el9.dockerfile index 8f3452e..a8285ee 100644 --- a/el9.dockerfile +++ b/el9.dockerfile @@ -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 \