Cosmetic changes in the Dockerfile and README.md files

This commit is contained in:
lamasbr
2017-11-13 16:23:40 -02:00
parent 559e030466
commit 2ca8a783d5
17 changed files with 20 additions and 19 deletions
+1 -1
View File
@@ -14,12 +14,12 @@ RUN buildDeps=" \
libfreetype6-dev \
libicu-dev \
libjpeg-dev \
libldap2-dev \
libmcrypt-dev \
libmemcachedutil2 \
libpng12-dev \
libpq-dev \
libxml2-dev \
libldap2-dev \
" \
&& apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y $buildDeps $runtimeDeps \
&& docker-php-ext-install bcmath bz2 calendar iconv intl mbstring mcrypt mysqli opcache pdo_mysql pdo_pgsql pgsql soap zip \