From 6f366e9592950ece3032f0da0fb6ae3b51885a47 Mon Sep 17 00:00:00 2001 From: Hide_D Date: Sun, 8 May 2022 19:19:39 +0900 Subject: [PATCH] =?UTF-8?q?php=20gd=EC=97=90=20webp,=20jpg=20=EB=88=84?= =?UTF-8?q?=EB=9D=BD=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hidche/app/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hidche/app/Dockerfile b/hidche/app/Dockerfile index 8488f25..86b951d 100644 --- a/hidche/app/Dockerfile +++ b/hidche/app/Dockerfile @@ -11,7 +11,7 @@ RUN apt -y update ;\ libzip-dev libxml2-dev libsqlite3-dev gosu build-essential; RUN debMultiarch="$(dpkg-architecture --query DEB_BUILD_MULTIARCH)"; \ - docker-php-ext-configure gd --with-freetype-dir=/usr --with-png-dir=/usr --with-jpeg-dir=/usr --with-webp-dir=/usr; \ + docker-php-ext-configure gd --with-freetype --with-webp --with-jpeg --with-png ; \ docker-php-ext-configure pdo_mysql --with-pdo-mysql=mysqlnd; \ docker-php-ext-configure mysqli --with-mysqli=mysqlnd; \ docker-php-ext-install -j "$(nproc)" \