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
6e5b505b
Commit
6e5b505b
authored
Jun 09, 2015
by
Christian Luginbühl
Browse files
Fixed Dockerfile and removed unused client package (was used in debugging)
parent
562ad030
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 @
6e5b505b
...
...
@@ -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/
*
...
...
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