diff --git a/infra/docker/api/Dockerfile b/infra/docker/api/Dockerfile index 51f61f96c5..4ed3f0dc5d 100644 --- a/infra/docker/api/Dockerfile +++ b/infra/docker/api/Dockerfile @@ -14,8 +14,8 @@ RUN apk add --no-cache icu-dev \ && docker-php-ext-configure intl \ && docker-php-ext-install pdo_mysql opcache intl -# Install libreoffice, cups-client -RUN apk add --no-cache libreoffice cups-client +# Install libreoffice, cups-client, poppler-utils +RUN apk add --no-cache libreoffice cups-client poppler-utils # PHP config file COPY ./php.ini ${PHP_INI_DIR}/conf.d/1000-php.ini