소스 검색

Merge pull request #2342 from J0WI/bullseye-freetype

Update libfreetype package name
Tianon Gravi 2 년 전
부모
커밋
310d83d7e9
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      php/content.md

+ 1 - 1
php/content.md

@@ -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 \