Remove ffmpeg (too huge)
This commit is contained in:
parent
f7624d653e
commit
27f2ca56d4
1 changed files with 2 additions and 2 deletions
|
@ -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/* \
|
||||
|
||||
##
|
||||
|
|
Loading…
Reference in a new issue