Merge pull request #2342 from J0WI/bullseye-freetype

Update libfreetype package name
This commit is contained in:
Tianon Gravi 2023-06-23 10:24:07 -07:00 committed by GitHub
commit 310d83d7e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ For example, if you want to have a PHP-FPM image with the `gd` extension, you ca
```dockerfile
FROM %%IMAGE%%:7.4-fpm
RUN apt-get update && apt-get install -y \
libfreetype6-dev \
libfreetype-dev \
libjpeg62-turbo-dev \
libpng-dev \
&& docker-php-ext-configure gd --with-freetype --with-jpeg \