summaryrefslogtreecommitdiffstats
path: root/docker
diff options
context:
space:
mode:
authorArnstein Ressem <aressem@gmail.com>2016-06-20 21:21:54 +0200
committerArnstein Ressem <aressem@gmail.com>2016-06-20 21:21:54 +0200
commit18e75873dc5c2e6f76688aeaa6d5ca74670f4a2e (patch)
treed2c9bc3aec95b501e3ec26afd31c45277d49bc6e /docker
parentd6b073773a6c1bf597e59cd0731ef42ac686ec81 (diff)
Need rpm tools and make after removing devtoolset-3
Diffstat (limited to 'docker')
-rw-r--r--docker/Dockerfile.build3
1 files changed, 3 insertions, 0 deletions
diff --git a/docker/Dockerfile.build b/docker/Dockerfile.build
index fc0df010548..0ca151b1a02 100644
--- a/docker/Dockerfile.build
+++ b/docker/Dockerfile.build
@@ -7,6 +7,7 @@ RUN yum -y install devtoolset-4-gcc-c++
RUN yum -y install devtoolset-4-libatomic-devel
RUN yum -y install Judy-devel
RUN yum -y install cmake3
+RUN yum -y install ccache
RUN yum -y install lz4-devel
RUN yum -y install zlib-devel
RUN yum -y install maven
@@ -15,6 +16,8 @@ RUN yum -y install llvm-devel
RUN yum -y install llvm-static
RUN yum -y install java-1.8.0-openjdk-devel
RUN yum -y install openssl-devel
+RUN yum -y install rpm-build
+RUN yum -y install make
# Install vespa dependencies
RUN curl -o /etc/yum.repos.d/vespa-deps.repo https://copr.fedorainfracloud.org/coprs/g/vespa/vespa/repo/epel-7/group_vespa-vespa-epel-7.repo