Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
andreicenja authored Mar 7, 2024
1 parent 3033c74 commit a722ecf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
FROM alma:9
FROM almalinux:9
MAINTAINER Søren Roug <[email protected]>

# Can be mapped for a primary server
#VOLUME /var/lib/ldap

RUN yum -y update \
&& yum install -y epel-release \
&& yum install -y openldap-servers openldap openldap-clients wget \
&& mkdir -p /var/lib/ldap \
&& chown ldap.ldap /var/lib/ldap \
Expand Down

0 comments on commit a722ecf

Please sign in to comment.