diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2021-06-04 09:59:51 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2021-06-04 09:59:51 +0200 |
commit | 9288812ba0ab37ad8b1bf70ce2ad3134001b4a9f (patch) | |
tree | 24ca1f2ff1fab5c39f74091c019ab65629921c9b /Dockerfile.ubi8 | |
parent | 9437d8dd60468af25056f761911fe7e09a032762 (diff) | |
download | s2i-jekyll-9288812ba0ab37ad8b1bf70ce2ad3134001b4a9f.tar.gz |
list modules
Diffstat (limited to 'Dockerfile.ubi8')
-rw-r--r-- | Dockerfile.ubi8 | 2 |
1 files changed, 1 insertions, 1 deletions
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 && \ |