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.
1 parent b745917 commit 17a6c73Copy full SHA for 17a6c73
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