This is an automated email from the ASF dual-hosted git repository.

slfan1989 pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/hadoop.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 3840e8a619c HADOOP-19661. (Follow-up) Install EPEL before installing 
other packages (#7938)  Contributed by Cheng Pan.
3840e8a619c is described below

commit 3840e8a619cb84d8979be9c39880dddfdafa3694
Author: Cheng Pan <cheng...@apache.org>
AuthorDate: Fri Sep 12 06:55:50 2025 +0800

    HADOOP-19661. (Follow-up) Install EPEL before installing other packages 
(#7938)  Contributed by Cheng Pan.
    
    * HADOOP-19661. (Follow-up) Install EPEL before installing other packages
    
    Reviewed-by: Gautham B A <gautham.bangal...@gmail.com>
    Signed-off-by: Shilun Fan <slfan1...@apache.org>
---
 dev-support/docker/Dockerfile_rockylinux_8 | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/dev-support/docker/Dockerfile_rockylinux_8 
b/dev-support/docker/Dockerfile_rockylinux_8
index 63c22c5e3e1..cdb492ea31a 100644
--- a/dev-support/docker/Dockerfile_rockylinux_8
+++ b/dev-support/docker/Dockerfile_rockylinux_8
@@ -30,6 +30,11 @@ COPY pkg-resolver pkg-resolver
 RUN chmod a+x pkg-resolver/*.sh pkg-resolver/*.py \
     && chmod a+r pkg-resolver/*.json
 
+####
+# Install EPEL
+####
+RUN pkg-resolver/install-epel.sh rockylinux:8
+
 ######
 # Install packages from yum
 ######
@@ -38,11 +43,6 @@ RUN yum update -y \
     && yum install -y python3 \
     && yum install -y $(pkg-resolver/resolve.py rockylinux:8)
 
-####
-# Install EPEL
-####
-RUN pkg-resolver/install-epel.sh rockylinux:8
-
 RUN dnf --enablerepo=powertools install -y \
     doxygen \
     snappy-devel \


---------------------------------------------------------------------
To unsubscribe, e-mail: common-commits-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-commits-h...@hadoop.apache.org

Reply via email to