diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2019-09-10 09:10:11 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2019-09-10 09:10:11 +0200 |
commit | c379cffb3301c3f1f7f973bac7009522e941b66b (patch) | |
tree | 416c7932b8ee679e95fb5f21f6a01ecd8fcd350b /Dockerfile | |
parent | 4945bdb50bad45f8ae26d6284350ed298eec5a0a (diff) | |
download | s2i-jekyll-c379cffb3301c3f1f7f973bac7009522e941b66b.tar.gz |
install as root
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -11,6 +11,8 @@ LABEL io.k8s.description="Platform for building static jekyll sites" \ io.openshift.expose-services="8080:http" \ io.openshift.tags="jekyll,static" +USER root + RUN yum install -y centos-release-scl && \ yum install -y rh-ruby${RH_RUBY_VERSION} \ rh-ruby${RH_RUBY_VERSION}-ruby-devel \ |