File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ RUN a2enmod rewrite
7
7
RUN apt-get update && apt-get install -y libpng12-dev libjpeg-dev libpq-dev \
8
8
&& rm -rf /var/lib/apt/lists/* \
9
9
&& docker-php-ext-configure gd --with-png-dir=/usr --with-jpeg-dir=/usr \
10
- && docker-php-ext-install gd mbstring pdo pdo_mysql pdo_pgsql
10
+ && docker-php-ext-install gd mbstring pdo pdo_mysql pdo_pgsql zip
11
11
12
12
WORKDIR /var/www/html
13
13
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ RUN a2enmod rewrite
7
7
RUN apt-get update && apt-get install -y libpng12-dev libjpeg-dev libpq-dev \
8
8
&& rm -rf /var/lib/apt/lists/* \
9
9
&& docker-php-ext-configure gd --with-png-dir=/usr --with-jpeg-dir=/usr \
10
- && docker-php-ext-install gd mbstring opcache pdo pdo_mysql pdo_pgsql
10
+ && docker-php-ext-install gd mbstring opcache pdo pdo_mysql pdo_pgsql zip
11
11
12
12
# set recommended PHP.ini settings
13
13
# see https://secure.php.net/manual/en/opcache.installation.php
You can’t perform that action at this time.
0 commit comments