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