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 7cff150 commit 7ee09d5Copy full SHA for 7ee09d5
php8.0/fpm/Dockerfile
@@ -7,13 +7,17 @@ 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
18
19
+RUN docker-php-ext-configure gd --enable-gd --with-freetype --with-jpeg
20
+
21
# Installing extensions
22
RUN docker-php-ext-install \
23
pdo_mysql \
0 commit comments