aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Dockerfile.ubi84
1 files changed, 3 insertions, 1 deletions
diff --git a/Dockerfile.ubi8 b/Dockerfile.ubi8
index 154152a..0e4e415 100644
--- a/Dockerfile.ubi8
+++ b/Dockerfile.ubi8
@@ -20,7 +20,9 @@ COPY ./s2i/bin/ /usr/libexec/s2i
COPY ./etc/jekyll-documentroot.conf /etc/httpd/conf.d/
COPY ./etc/proxy.sh /etc/profile.d/
-RUN set -x; source /etc/profile.d/proxy.sh; \
+RUN source /etc/profile.d/proxy.sh; \
+ set -x; \
+ dnf remove -y perl-macros; \
dnf update -y && \
dnf install -y httpd && \
dnf clean all && \