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 c524ae2 + 9d0d0e3 commit 101d0c4Copy full SHA for 101d0c4
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM osixia/baseimage:0.5.0
+FROM osixia/baseimage:0.6.0
2
MAINTAINER Bertrand Gouny <bertrand.gouny@osixia.fr>
3
4
# Default configuration: can be overridden at the docker command line
@@ -24,7 +24,7 @@ CMD ["/sbin/my_init"]
24
RUN apt-get -y update
25
26
# Install phpLDAPadmin
27
-RUN LC_ALL=C DEBIAN_FRONTEND=noninteractive apt-get install -y phpldapadmin
+RUN LC_ALL=C DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends phpldapadmin
28
29
# Expose port 80 must (match port in phpLDAPadmin.nginx)
30
EXPOSE 80
Makefile
@@ -1,5 +1,5 @@
NAME = osixia/phpldapadmin
-VERSION = 0.4.0
+VERSION = 0.3.1
.PHONY: all build test tag_latest release
5
0 commit comments