File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -9,12 +9,12 @@ ENV PHPLDAPADMIN_SHA1 669fca66c75e24137e106fdd02e3832f81146e23
99CMD ["/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 \
You can’t perform that action at this time.
0 commit comments