Skip to content

Commit fcf1c32

Browse files
author
GitHub Workflow
committed
Runs update.sh
1 parent 2ff12de commit fcf1c32

6 files changed

Lines changed: 6 additions & 0 deletions

File tree

30/apache/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ RUN set -ex; \
88
apt-get install -y --no-install-recommends \
99
busybox-static \
1010
bzip2 \
11+
ffmpeg \
1112
libldap-common \
1213
libmagickcore-7.q16-10-extra \
1314
rsync \

30/fpm-alpine/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ RUN set -ex; \
2626
apk add --no-cache --virtual .build-deps \
2727
$PHPIZE_DEPS \
2828
autoconf \
29+
ffmpeg \
2930
freetype-dev \
3031
gmp-dev \
3132
icu-dev \

30/fpm/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ RUN set -ex; \
88
apt-get install -y --no-install-recommends \
99
busybox-static \
1010
bzip2 \
11+
ffmpeg \
1112
libldap-common \
1213
libmagickcore-7.q16-10-extra \
1314
rsync \

31/apache/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ RUN set -ex; \
88
apt-get install -y --no-install-recommends \
99
busybox-static \
1010
bzip2 \
11+
ffmpeg \
1112
libldap-common \
1213
libmagickcore-7.q16-10-extra \
1314
rsync \

31/fpm-alpine/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ RUN set -ex; \
2626
apk add --no-cache --virtual .build-deps \
2727
$PHPIZE_DEPS \
2828
autoconf \
29+
ffmpeg \
2930
freetype-dev \
3031
gmp-dev \
3132
icu-dev \

31/fpm/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ RUN set -ex; \
88
apt-get install -y --no-install-recommends \
99
busybox-static \
1010
bzip2 \
11+
ffmpeg \
1112
libldap-common \
1213
libmagickcore-7.q16-10-extra \
1314
rsync \

0 commit comments

Comments
 (0)