From 3c38f21d5315bef4423ca6fafe86d7e21b713cea Mon Sep 17 00:00:00 2001 From: Gerd Hoffmann Date: Fri, 4 Jun 2021 08:49:18 +0200 Subject: log cmds --- Dockerfile.ubi8 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 && \ -- cgit