summaryrefslogtreecommitdiffstats
path: root/docker/Dockerfile.build
diff options
context:
space:
mode:
authorArnstein Ressem <aressem@yahoo-inc.com>2016-06-24 09:19:58 +0200
committerArnstein Ressem <aressem@yahoo-inc.com>2016-06-24 09:19:58 +0200
commit0cb0b0e847959b0aa26e0d739a84500b4b40b5d4 (patch)
tree8ed55bf0c504ae8d1462f7c60e60592d3783ae29 /docker/Dockerfile.build
parentb551127811170a2209dd6c33f83986101f9fe945 (diff)
Add the packages needed for running vespa in the build container.
Diffstat (limited to 'docker/Dockerfile.build')
-rw-r--r--docker/Dockerfile.build8
1 files changed, 6 insertions, 2 deletions
diff --git a/docker/Dockerfile.build b/docker/Dockerfile.build
index 0f7f6935042..221d1a7825c 100644
--- a/docker/Dockerfile.build
+++ b/docker/Dockerfile.build
@@ -5,9 +5,10 @@ RUN yum -y install epel-release
RUN yum -y install centos-release-scl
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 make
RUN yum -y install cmake3
RUN yum -y install ccache
+RUN yum -y install Judy-devel
RUN yum -y install lz4-devel
RUN yum -y install zlib-devel
RUN yum -y install maven
@@ -15,9 +16,12 @@ RUN yum -y install libicu-devel
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
RUN yum -y install openssl-devel
RUN yum -y install rpm-build
-RUN yum -y install make
+RUN yum -y install perl
+RUN yum -y install perl-Env
+RUN yum -y install perl-JSON
# Install vespa dependencies
RUN yum-config-manager --add-repo https://copr.fedorainfracloud.org/coprs/g/vespa/vespa/repo/epel-7/group_vespa-vespa-epel-7.repo