From 98196e7ea8e02d7a7f1beee76d8377ae81a262d9 Mon Sep 17 00:00:00 2001 From: Jeroen Geusebroek Date: Tue, 27 Dec 2016 00:02:02 +0100 Subject: [PATCH] Fix missing mbstring php module --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 345bc7b..945d4cd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ MAINTAINER Jeroen Geusebroek ENV DEBIAN_FRONTEND="noninteractive" \ TERM="xterm" \ - APTLIST="apache2 php7.0 php7.0-curl php7.0-gd php7.0-gmp php7.0-mysql php-xml php-xmlrpc git-core" \ + APTLIST="apache2 php7.0 php7.0-curl php7.0-gd php7.0-gmp php7.0-mysql php7.0-xml php7.0-xmlrpc php7.0-mbstring git-core" \ REFRESHED_AT='2016-12-26' RUN echo "force-unsafe-io" > /etc/dpkg/dpkg.cfg.d/02apt-speedup &&\