forked from Integralist/simple-rpm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDockerfile
27 lines (24 loc) · 869 Bytes
/
Dockerfile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
FROM centos:7
# Needed to run vespa
RUN yum-config-manager --add-repo https://copr.fedorainfracloud.org/coprs/g/vespa/vespa/repo/epel-7/group_vespa-vespa-epel-7.repo && \
yum -y install epel-release && \
yum -y install centos-release-scl && \
yum -y --enablerepo=epel-testing install \
Judy \
lz4 \
zlib \
libicu \
llvm3.9 \
java-1.8.0-openjdk \
openssl \
perl \
perl-Env \
perl-JSON \
perl-IO-Socket-IP \
libatomic \
net-tools \
less \
vespa-boost \
vespa-libtorrent \
vespa-zookeeper-c-client \
vespa-cppunit