diff --git a/31/apache/Dockerfile b/31/apache/Dockerfile index 29d2c1bb..1b0d97e3 100644 --- a/31/apache/Dockerfile +++ b/31/apache/Dockerfile @@ -8,6 +8,7 @@ RUN set -ex; \ apt-get install -y --no-install-recommends \ busybox-static \ bzip2 \ + ffmpeg \ libldap-common \ libmagickcore-7.q16-10-extra \ rsync \ diff --git a/31/fpm-alpine/Dockerfile b/31/fpm-alpine/Dockerfile index c11c89db..a52f22b3 100644 --- a/31/fpm-alpine/Dockerfile +++ b/31/fpm-alpine/Dockerfile @@ -26,6 +26,7 @@ RUN set -ex; \ apk add --no-cache --virtual .build-deps \ $PHPIZE_DEPS \ autoconf \ + ffmpeg \ freetype-dev \ gmp-dev \ icu-dev \ diff --git a/31/fpm/Dockerfile b/31/fpm/Dockerfile index fcf41efc..a6df9532 100644 --- a/31/fpm/Dockerfile +++ b/31/fpm/Dockerfile @@ -8,6 +8,7 @@ RUN set -ex; \ apt-get install -y --no-install-recommends \ busybox-static \ bzip2 \ + ffmpeg \ libldap-common \ libmagickcore-7.q16-10-extra \ rsync \