Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2d9556a

Browse files
committed
feat: 7.2
1 parent 742183f commit 2d9556a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM php:8.0
1+
FROM php:7.2
22

33
# keep ordered alphabetically to reduce diffs
44
RUN apt update && apt install -y \
@@ -31,7 +31,7 @@ RUN apt update && apt install -y \
3131
RUN echo "en_US.UTF-8 UTF-8" >> /etc/locale.gen && locale-gen \
3232
&& docker-php-ext-enable opcache \
3333
&& docker-php-ext-configure gettext --with-gettext=/usr/include/ \
34-
&& docker-php-ext-configure gd --with-jpeg --with-webp --with-freetype \
34+
&& docker-php-ext-configure gd --with-freetype-dir=/usr/include/ --with-jpeg-dir=/usr/include/ \
3535
&& docker-php-ext-configure zip \
3636
&& docker-php-ext-install -j$(nproc) gettext gd exif intl pdo pdo_mysql zip mysqli bcmath
3737

0 commit comments

Comments
 (0)