mirror of
https://github.com/luzifer-docker/openldap.git
synced 2024-12-20 20:51:17 +00:00
Stoppen installing 'recommends'
This commit is contained in:
parent
2dcde28f99
commit
562ad030ad
1 changed files with 1 additions and 2 deletions
|
@ -5,10 +5,9 @@ MAINTAINER Christian Luginbühl <dinke@pimprecords.com>
|
|||
ENV OPENLDAP_VERSION 2.4.40
|
||||
|
||||
RUN apt-get update && \
|
||||
DEBIAN_FRONTEND=noninteractive apt-get install -y \
|
||||
DEBIAN_FRONTEND=noninteractive apt-get install --no-install-recommends -y \
|
||||
ldap-utils=${OPENLDAP_VERSION}* \
|
||||
slapd=${OPENLDAP_VERSION}* \
|
||||
vim && \
|
||||
apt-get clean && \
|
||||
rm -rf /var/lib/apt/lists/*
|
||||
|
||||
|
|
Loading…
Reference in a new issue