From db63621695faccb88efec35db638a2e73051db80 Mon Sep 17 00:00:00 2001 From: Brett Smith Date: Fri, 19 Apr 2024 15:13:22 -0400 Subject: [PATCH] 21700: Select more desired modules in rocky8 test Dockerfile This prevents needless thrashing when the Dockerfile installs one set of packages and then packages we test enable and reinstall a different module stream. Arvados-DCO-1.1-Signed-off-by: Brett Smith --- build/package-test-dockerfiles/rocky8/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build/package-test-dockerfiles/rocky8/Dockerfile b/build/package-test-dockerfiles/rocky8/Dockerfile index 7938d7d421..b58791ee91 100644 --- a/build/package-test-dockerfiles/rocky8/Dockerfile +++ b/build/package-test-dockerfiles/rocky8/Dockerfile @@ -6,7 +6,7 @@ FROM rockylinux:8.8-minimal MAINTAINER Arvados Package Maintainers # Install dependencies. -RUN microdnf --assumeyes module enable ruby:3.1 \ +RUN microdnf --assumeyes module enable httpd:2.4 postgresql:10 python39:3.9 ruby:3.1 \ && microdnf --assumeyes --enablerepo=devel install \ autoconf \ automake \ @@ -26,7 +26,7 @@ RUN microdnf --assumeyes module enable ruby:3.1 \ patch \ pkgconf \ procps-ng \ - python3 \ + python39 \ readline-devel \ redhat-rpm-config \ ruby \ -- 2.30.2