mirror of
https://github.com/chevereto/docker.git
synced 2026-05-06 11:45:30 +02:00
add ffmpeg (and ffprobe) for video handling
This commit is contained in:
@@ -15,6 +15,7 @@ RUN apt-get update && apt-get install -y \
|
||||
rsync \
|
||||
inotify-tools \
|
||||
imagemagick libmagickwand-dev --no-install-recommends \
|
||||
ffmpeg \
|
||||
&& a2enmod rewrite && a2enmod ssl && a2enmod socache_shmcb \
|
||||
&& docker-php-ext-configure gd --with-freetype=/usr/include/ --with-jpeg=/usr/include/ --with-webp=/usr/include/ \
|
||||
&& docker-php-ext-configure opcache --enable-opcache \
|
||||
|
||||
Reference in New Issue
Block a user