From e2c6c14af8dc003a493ee81ce7d92102a3c25d47 Mon Sep 17 00:00:00 2001 From: "Timothy J. Warren" Date: Tue, 19 Jul 2016 10:45:16 -0400 Subject: [PATCH] Remove redundant mbstring extesion from build setup --- build/docker_install.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/build/docker_install.sh b/build/docker_install.sh index add8adbe..14aabcd5 100644 --- a/build/docker_install.sh +++ b/build/docker_install.sh @@ -17,5 +17,4 @@ chmod +x /usr/local/bin/phpunit docker-php-ext-configure gd --enable-gd-native-ttf --with-jpeg-dir=/usr/lib/x86_64-linux-gnu --with-png-dir=/usr/lib/x86_64-linux-gnu --with-freetype-dir=/usr/lib/x86_64-linux-gnu docker-php-ext-install gd docker-php-ext-install mcrypt -docker-php-ext-install mbstring docker-php-ext-install zip \ No newline at end of file