Skip to content

Commit 7cff150

Browse files
authored
Update Dockerfile
1 parent c4d36b3 commit 7cff150

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

php8.0/cli/Dockerfile

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,11 @@ RUN apt-get update && apt-get upgrade -y
77
RUN DEBIAN_FRONTEND=noninteractive apt-get install -y \
88
apt-transport-https \
99
libicu-dev \
10+
libfreetype6-dev \
11+
libjpeg-dev \
12+
libpng-dev \
1013
libonig-dev \
1114
libzip-dev \
12-
libpng-dev \
1315
libcurl4-openssl-dev \
1416
pkg-config \
1517
libssl-dev \
@@ -21,6 +23,8 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get install -y \
2123
screenfetch \
2224
mariadb-client
2325

26+
RUN docker-php-ext-configure gd --enable-gd --with-freetype --with-jpeg
27+
2428
# Installing extensions
2529
RUN docker-php-ext-install \
2630
pdo_mysql \

0 commit comments

Comments
 (0)