From 9288812ba0ab37ad8b1bf70ce2ad3134001b4a9f Mon Sep 17 00:00:00 2001 From: Gerd Hoffmann Date: Fri, 4 Jun 2021 09:59:51 +0200 Subject: list modules --- Dockerfile.ubi8 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.ubi8 b/Dockerfile.ubi8 index 0e4e415..39b2abe 100644 --- a/Dockerfile.ubi8 +++ b/Dockerfile.ubi8 @@ -22,7 +22,7 @@ COPY ./etc/proxy.sh /etc/profile.d/ RUN source /etc/profile.d/proxy.sh; \ set -x; \ - dnf remove -y perl-macros; \ + dnf module list; \ dnf update -y && \ dnf install -y httpd && \ dnf clean all && \ -- cgit