aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2019-09-10 09:31:59 +0200
committerGerd Hoffmann <kraxel@redhat.com>2019-09-10 09:31:59 +0200
commit9ac4f9fb23cf4fd973b5339421df406f2393ef8b (patch)
treea8536d3ae1557e981a15fa1fb011fcb1bbd54bab
parentc379cffb3301c3f1f7f973bac7009522e941b66b (diff)
downloads2i-jekyll-9ac4f9fb23cf4fd973b5339421df406f2393ef8b.tar.gz
add gcc
-rw-r--r--Dockerfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 694b717..0b8f781 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -14,7 +14,8 @@ LABEL io.k8s.description="Platform for building static jekyll sites" \
USER root
RUN yum install -y centos-release-scl && \
- yum install -y rh-ruby${RH_RUBY_VERSION} \
+ yum install -y make gcc binutils glibc-devel \
+ rh-ruby${RH_RUBY_VERSION} \
rh-ruby${RH_RUBY_VERSION}-ruby-devel \
rh-ruby${RH_RUBY_VERSION}-rubygem-bundler && \
yum clean all -y