This commit is contained in:
2018-05-01 21:39:51 -04:00
parent 0b2af71162
commit a9019eece7

View File

@@ -15,7 +15,7 @@ RUN apt-get update && apt-get install -y software-properties-common python-softw
&& LC_ALL=C.UTF-8 add-apt-repository -y ppa:ondrej/php \
&& 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 php-xml \
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 \
\
&& apt-cache pkgnames | grep php7.1 \