fix launch script bugs

This commit is contained in:
2018-12-16 10:42:22 -05:00
parent 5c6228b6d6
commit 2ac287d4de
4 changed files with 16 additions and 11 deletions

View File

@@ -16,7 +16,7 @@ RUN apt-get update && apt-get install -y software-properties-common python-softw
&& apt-get update && apt-get install -y \
curl nano sed libwww-perl htop ca-certificates \
php7.1 php7.1-cli php7.1-fpm php-curl php-pear php-mcrypt php-zip php-mbstring php7.1-xml \
php-pgsql php-redis php-soap \
php-mysql php-pgsql php-redis php-soap \
\
&& apt-cache pkgnames | grep php7.1 \
&& rm /usr/bin/php && ln -s /usr/bin/php7.1 /usr/bin/php \