File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1- FROM osixia/baseimage:0.5 .0
1+ FROM osixia/baseimage:0.6 .0
22MAINTAINER Bertrand Gouny <bertrand.gouny@osixia.fr>
33
44# Default configuration: can be overridden at the docker command line
@@ -24,7 +24,7 @@ CMD ["/sbin/my_init"]
2424RUN apt-get -y update
2525
2626# Install phpLDAPadmin
27- RUN LC_ALL=C DEBIAN_FRONTEND=noninteractive apt-get install -y phpldapadmin
27+ RUN LC_ALL=C DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends phpldapadmin
2828
2929# Expose port 80 must (match port in phpLDAPadmin.nginx)
3030EXPOSE 80
Original file line number Diff line number Diff line change 11NAME = osixia/phpldapadmin
2- VERSION = 0.2.2
2+ VERSION = 0.3.1
33
44.PHONY : all build test tag_latest release
55
99 docker.io build -t $(NAME ) :$(VERSION ) --rm .
1010
1111test :
12- env NAME=$(NAME ) VERSION=$(VERSION ) ./test.sh
12+ env NAME=$(NAME ) VERSION=$(VERSION ) ./test.sh debug
1313
1414tag_latest :
1515 docker.io tag $(NAME ) :$(VERSION ) $(NAME ) :latest
You can’t perform that action at this time.
0 commit comments