Update docker/7.2-apache/Dockerfile
ci/woodpecker/push/woodpecker Pipeline was successful
Details
ci/woodpecker/push/woodpecker Pipeline was successful
Details
This commit is contained in:
parent
a22331ba4c
commit
fae9a1f952
|
@ -20,7 +20,7 @@ RUN apt-get update && apt-get install -y \
|
|||
# Enable and configure PHP modules
|
||||
RUN docker-php-ext-configure intl && \
|
||||
docker-php-ext-install intl && \
|
||||
docker-php-ext-configure gd --with-freetype --with-jpeg && \
|
||||
docker-php-ext-configure gd --with-freetype-dir=/usr/include/freetype2 --with-jpeg-dir=/usr/include && \
|
||||
docker-php-ext-install -j$(nproc) gd && \
|
||||
docker-php-ext-install mysqli zip pdo_mysql bcmath && \
|
||||
docker-php-ext-install opcache
|
||||
|
|
Loading…
Reference in New Issue