diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2019-09-15 23:00:55 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2019-09-15 23:00:55 +0200 |
commit | ff6e477eefcd82c7eb00f4c2c2999fede8088f9a (patch) | |
tree | 1f5e7f4b56977faa3c90241623f31778389f0a15 | |
parent | 85cf4c997b257dbc6621c5fc9020a7834677787e (diff) | |
download | s2i-jekyll-ff6e477eefcd82c7eb00f4c2c2999fede8088f9a.tar.gz |
debug #1
-rw-r--r-- | Dockerfile.ubi7 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Dockerfile.ubi7 b/Dockerfile.ubi7 index 6586a9b..1b84880 100644 --- a/Dockerfile.ubi7 +++ b/Dockerfile.ubi7 @@ -12,6 +12,8 @@ LABEL maintainer="Gerd Hoffmann <kraxel@redhat.com>" \ USER root +RUN rpm -qa "*ruby*" + RUN for file in /usr/libexec/s2i/*; do cp -v $file ${file}.httpd; done COPY ./s2i/bin/ /usr/libexec/s2i COPY ./etc/jekyll-documentroot.conf /etc/httpd/conf.d/ |