Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
libre
docker-openldap
Commits
562ad030
Commit
562ad030
authored
Jun 09, 2015
by
Christian Luginbühl
Browse files
Stoppen installing 'recommends'
parent
2dcde28f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
Dockerfile
Dockerfile
+1
-2
No files found.
Dockerfile
View file @
562ad030
...
...
@@ -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/
*
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment