mirror of
https://github.com/luzifer-docker/openldap.git
synced 2024-12-20 20:51:17 +00:00
Fixed Dockerfile and removed unused client package (was used in debugging)
This commit is contained in:
parent
562ad030ad
commit
6e5b505ba4
1 changed files with 1 additions and 2 deletions
|
@ -6,8 +6,7 @@ ENV OPENLDAP_VERSION 2.4.40
|
|||
|
||||
RUN apt-get update && \
|
||||
DEBIAN_FRONTEND=noninteractive apt-get install --no-install-recommends -y \
|
||||
ldap-utils=${OPENLDAP_VERSION}* \
|
||||
slapd=${OPENLDAP_VERSION}* \
|
||||
slapd=${OPENLDAP_VERSION}* && \
|
||||
apt-get clean && \
|
||||
rm -rf /var/lib/apt/lists/*
|
||||
|
||||
|
|
Loading…
Reference in a new issue