Add php-mbstring dependency for DOMPDF 0.7 (#624)

This commit is contained in:
jekkos
2016-09-30 21:18:02 +02:00
parent 10cac5496b
commit 7bba5f9dd0

View File

@@ -6,7 +6,7 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y \
libgd-dev
RUN a2enmod rewrite
RUN docker-php-ext-install mysql mysqli bcmath intl gd sockets
RUN docker-php-ext-install mysql mysqli bcmath intl gd sockets mbstring
RUN echo "date.timezone = \"\${PHP_TIMEZONE}\"" > /usr/local/etc/php/conf.d/timezone.ini
WORKDIR /app