Skip to content
Snippets Groups Projects

Resolve "Netdata in docker"

Merged Martin Vala requested to merge 11-netdata-in-docker into master
1 file
+ 4
1
Compare changes
  • Side-by-side
  • Inline
+ 4
1
@@ -12,11 +12,14 @@ RUN yum install --nogpg -y epel-release
@@ -12,11 +12,14 @@ RUN yum install --nogpg -y epel-release
ADD eos-docker/eos-tag.repo /etc/yum.repos.d/eos.repo
ADD eos-docker/eos-tag.repo /etc/yum.repos.d/eos.repo
RUN curl http://repository.egi.eu/sw/production/cas/1/current/repo-files/EGI-trustanchors.repo -o /etc/yum.repos.d/lcg-CA.repo
RUN curl http://repository.egi.eu/sw/production/cas/1/current/repo-files/EGI-trustanchors.repo -o /etc/yum.repos.d/lcg-CA.repo
 
RUN yum install yum-plugin-copr -y; \
 
yum copr enable recteurlp/netdata -y
 
# Instal XRootD
# Instal XRootD
RUN yum -y --nogpg update; \
RUN yum -y --nogpg update; \
yum -y --nogpg install \
yum -y --nogpg install \
net-tools nmap mc krb5-workstation \
net-tools nmap mc krb5-workstation \
nss-pam-ldapd authconfig \
nss-pam-ldapd authconfig netdata \
xrootd \
xrootd \
xrootd-client \
xrootd-client \
xrootd-client-libs \
xrootd-client-libs \
Loading