We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4d36b3 commit 7cff150Copy full SHA for 7cff150
php8.0/cli/Dockerfile
@@ -7,9 +7,11 @@ RUN apt-get update && apt-get upgrade -y
7
RUN DEBIAN_FRONTEND=noninteractive apt-get install -y \
8
apt-transport-https \
9
libicu-dev \
10
+ libfreetype6-dev \
11
+ libjpeg-dev \
12
+ libpng-dev \
13
libonig-dev \
14
libzip-dev \
- libpng-dev \
15
libcurl4-openssl-dev \
16
pkg-config \
17
libssl-dev \
@@ -21,6 +23,8 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get install -y \
21
23
screenfetch \
22
24
mariadb-client
25
26
+RUN docker-php-ext-configure gd --enable-gd --with-freetype --with-jpeg
27
+
28
# Installing extensions
29
RUN docker-php-ext-install \
30
pdo_mysql \
0 commit comments