aboutsummaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 0b8f781..37d9b93 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 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 && \