diff --git a/32/apache/Dockerfile b/32/apache/Dockerfile index 54a2caf7..6ee56fa0 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 8d22db1e..b16f327f 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 28148c03..f92085b4 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 \