Skip to content

Commit 4b1c894

Browse files
committed
simple addition of ffmpeg for recognize,preview,photos
1 parent 922c371 commit 4b1c894

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

Dockerfile-alpine.template

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

Dockerfile-debian.template

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

0 commit comments

Comments
 (0)