diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2019-09-10 11:29:49 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2019-09-10 11:29:49 +0200 |
commit | 2a5325d918f82b85f08571196390803aff2af4ea (patch) | |
tree | 3a743c162ff01dc8b24d51c3015c526c8aabbaf2 | |
parent | 44ba80823d8dda14a116d198a367e0fae9649e77 (diff) | |
download | s2i-jekyll-2a5325d918f82b85f08571196390803aff2af4ea.tar.gz |
fix tyops
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -26,7 +26,7 @@ COPY ./etc/scl_enable /etc ENV BASH_ENV="/etc/scl_enable" -RUN source /etc/enable; \ +RUN source /etc/scl_enable; \ gem install jekyll --version "= $JEKYLL_VERSION" USER 1001 |