diff options
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 make gcc binutils glibc-devel \ + yum install -y make gcc gcc-c++ binutils \ + glibc-devel openssl-devel \ rh-ruby${RH_RUBY_VERSION} \ rh-ruby${RH_RUBY_VERSION}-ruby-devel \ rh-ruby${RH_RUBY_VERSION}-rubygem-bundler && \ |