We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b68b62a + 17a6c73 commit 7eae1e4Copy full SHA for 7eae1e4
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM osixia/baseimage:0.5.0
+FROM osixia/baseimage:0.6.0
2
MAINTAINER Bertrand Gouny <[email protected]>
3
4
# From Nick Stenning's work
@@ -27,7 +27,7 @@ CMD ["/sbin/my_init"]
27
RUN apt-get -y update
28
29
# Install openldap (slapd) and ldap-utils
30
-RUN LC_ALL=C DEBIAN_FRONTEND=noninteractive apt-get install -y slapd ldap-utils openssl
+RUN LC_ALL=C DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends slapd ldap-utils openssl
31
32
# Expose ldap default port
33
EXPOSE 389
Makefile
@@ -1,5 +1,5 @@
NAME = osixia/openldap
-VERSION = 0.9.0
+VERSION = 0.9.1
.PHONY: all build test tag_latest release
5
0 commit comments