From f920d9cd8c69dafc5e59d5fba22e2837f3531f59 Mon Sep 17 00:00:00 2001 From: kev Date: Tue, 26 May 2015 15:15:51 +0800 Subject: [PATCH] update --- mantisbt/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mantisbt/Dockerfile b/mantisbt/Dockerfile index 1b9af45..8d0a792 100644 --- a/mantisbt/Dockerfile +++ b/mantisbt/Dockerfile @@ -10,7 +10,7 @@ RUN a2enmod rewrite RUN apt-get update && apt-get install -y libpng12-dev libjpeg-dev libpq-dev \ && rm -rf /var/lib/apt/lists/* \ && docker-php-ext-configure gd --with-png-dir=/usr --with-jpeg-dir=/usr \ - && docker-php-ext-install fileinfo gd mbstring mysql mysqli pgsql + && docker-php-ext-install gd mbstring mysql mysqli pgsql WORKDIR /var/www/html