From c379cffb3301c3f1f7f973bac7009522e941b66b Mon Sep 17 00:00:00 2001 From: Gerd Hoffmann Date: Tue, 10 Sep 2019 09:10:11 +0200 Subject: install as root --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Dockerfile') diff --git a/Dockerfile b/Dockerfile index 106bf37..694b717 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 \ -- cgit