diff --git a/32/apache/Dockerfile b/32/apache/Dockerfile index 52cb396e..51697c28 100644 --- a/32/apache/Dockerfile +++ b/32/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/32/fpm-alpine/Dockerfile b/32/fpm-alpine/Dockerfile index ab962c42..4daada23 100644 --- a/32/fpm-alpine/Dockerfile +++ b/32/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/32/fpm/Dockerfile b/32/fpm/Dockerfile index 66a62c15..a613b9ba 100644 --- a/32/fpm/Dockerfile +++ b/32/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 \