Skip to content

Commit 18ec54a

Browse files
committed
modify baseimage tool
1 parent 332e75b commit 18ec54a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

image/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ ENV PHPLDAPADMIN_SHA1 669fca66c75e24137e106fdd02e3832f81146e23
99
CMD ["/osixia/tool/run"]
1010

1111
# Install apache2 and php5-fpm using osixia/baseimage utils
12-
# Caution: /sbin/install-service-available arguments order is important
12+
# Caution: /sbin/add-service-available arguments order is important
1313
# php5-fpm install will detect apache2 and configure it
1414

1515
# Download, check integrity and unzip phpLDAPadmin to /var/www/phpldapadmin_bootstrap
16-
RUN apt-get update && /sbin/install-multiple-process-stack \
17-
&& /sbin/install-service-available apache2 php5-fpm ssl-helper-openssl ssl-helper-gnutls \
16+
RUN apt-get update && /sbin/add-multiple-process-stack \
17+
&& /sbin/add-service-available apache2 php5-fpm ssl-helper-openssl ssl-helper-gnutls \
1818
&& LC_ALL=C DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
1919
patch \
2020
php5-ldap \

0 commit comments

Comments
 (0)