chore:Docker MNG에 LibreOffice 설치 추가 (DOCX→PDF 변환용)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
김보곤
2026-02-13 09:13:10 +09:00
parent b1b6a83aef
commit 61f226be7f

View File

@@ -12,6 +12,7 @@ RUN apt-get update && apt-get install -y \
libjpeg62-turbo-dev \
nginx \
supervisor \
libreoffice-writer-nogui \
&& docker-php-ext-configure gd --with-freetype --with-jpeg \
&& docker-php-ext-install zip mysqli pdo pdo_mysql intl soap gd