Remove ffmpeg (too huge)

This commit is contained in:
Glenn Y. Rolland 2021-03-27 17:21:31 +01:00
parent f7624d653e
commit 27f2ca56d4
1 changed files with 2 additions and 2 deletions

View File

@ -41,10 +41,10 @@ RUN apt-get update && apt-get install -y libgmp3-dev \
&& docker-php-ext-install gmp
##
## SVG & Thumbnail support
## SVG support
##
RUN apt-get update && apt-get install -y \
libmagickcore-6.q16-6-extra ffmpeg \
libmagickcore-6.q16-6-extra \
&& rm -rf /var/lib/apt/lists/* \
##