aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2019-09-10 09:47:50 +0200
committerGerd Hoffmann <kraxel@redhat.com>2019-09-10 09:47:50 +0200
commit0d7b15475de85ac4398f87c8c82cd93b48cbc118 (patch)
tree72b9eabc0abb1c1378f60e441d94f30d7c395fbb
parent9ac4f9fb23cf4fd973b5339421df406f2393ef8b (diff)
downloads2i-jekyll-0d7b15475de85ac4398f87c8c82cd93b48cbc118.tar.gz
add g++
-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 && \