Skip to content

Commit d791a68

Browse files
committed
Merge pull request #3 from danizord/feature/mbstring
Add mbstring extension
2 parents ae337d2 + 3df24f8 commit d791a68

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@ COPY config/custom.ini /usr/local/etc/php/conf.d/
55
RUN apt-get update && apt-get install -y zlib1g-dev libicu-dev libpq-dev \
66
&& docker-php-ext-install opcache \
77
&& docker-php-ext-install intl \
8+
&& docker-php-ext-install mbstring \
89
&& docker-php-ext-install pdo_mysql \
910
&& docker-php-ext-install pdo_pgsql \
1011
## APCu
1112
&& pecl install apcu \
12-
&& docker-php-ext-enable apcu
13+
&& docker-php-ext-enable apcu

0 commit comments

Comments
 (0)