Skip to content

Commit 310d83d

Browse files
authored
Merge pull request #2342 from J0WI/bullseye-freetype
Update libfreetype package name
2 parents 7b0499c + 0409327 commit 310d83d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

php/content.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ For example, if you want to have a PHP-FPM image with the `gd` extension, you ca
5454
```dockerfile
5555
FROM %%IMAGE%%:7.4-fpm
5656
RUN apt-get update && apt-get install -y \
57-
libfreetype6-dev \
57+
libfreetype-dev \
5858
libjpeg62-turbo-dev \
5959
libpng-dev \
6060
&& docker-php-ext-configure gd --with-freetype --with-jpeg \

0 commit comments

Comments
 (0)