Browse Source

fix centos version

pull/1/head
Nicolas Massé 8 years ago
parent
commit
caec110e79
  1. 2
      openldap/Dockerfile

2
openldap/Dockerfile

@ -1,4 +1,4 @@
FROM centos7:latest FROM centos:7
RUN yum update -y && yum -y install openldap-servers openldap-clients && yum clean all && chgrp -R root /var/lib/ldap && chmod -R g+rw,o= /var/lib/ldap RUN yum update -y && yum -y install openldap-servers openldap-clients && yum clean all && chgrp -R root /var/lib/ldap && chmod -R g+rw,o= /var/lib/ldap

Loading…
Cancel
Save