diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2021-06-04 08:49:18 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2021-06-04 08:49:18 +0200 |
commit | 3c38f21d5315bef4423ca6fafe86d7e21b713cea (patch) | |
tree | 3d3124eb6b659b083b686a37b037ba878892374d | |
parent | 761f75d35a66f3fe9a6bc23f66a88b491b56c868 (diff) | |
download | s2i-jekyll-3c38f21d5315bef4423ca6fafe86d7e21b713cea.tar.gz |
log cmds
-rw-r--r-- | Dockerfile.ubi8 | 2 |
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 && \ |