aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Dockerfile2
1 files changed, 2 insertions, 0 deletions
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 \