Merge pull request #87 from ebuildy/patch-1

Add php mbstring, very useful
This commit is contained in:
Ric Harvey
2016-10-28 10:43:53 +01:00
committed by GitHub

View File

@@ -19,6 +19,7 @@ RUN apk update && \
php5-mysql \ php5-mysql \
php5-mysqli \ php5-mysqli \
php5-mcrypt \ php5-mcrypt \
php5-mbstring \
php5-ctype \ php5-ctype \
php5-zlib \ php5-zlib \
php5-gd \ php5-gd \