chore:Docker MNG에 FFmpeg 설치 추가 (영상 합성용)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
김보곤
2026-02-15 08:47:09 +09:00
parent 8278284e97
commit 56fdf76f49

View File

@@ -14,6 +14,7 @@ RUN apt-get update && apt-get install -y \
supervisor \
libreoffice-writer-nogui \
fonts-nanum fonts-nanum-extra \
ffmpeg \
&& docker-php-ext-configure gd --with-freetype --with-jpeg \
&& docker-php-ext-install zip mysqli pdo pdo_mysql intl soap gd \
&& fc-cache -f