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)" \