Skip to content

Commit

Permalink
install ffmpeg for video thumbnail support
Browse files Browse the repository at this point in the history
  • Loading branch information
fischer-felix authored May 20, 2023
1 parent 8a6b9bd commit 4046719
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nextcloud/app/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ ENV PM.MAX_CHILDREN=5 \
PM.MIN_SPARE_SERVERS=1 \
PM.MAX_SPARE_SERVERS=3

RUN apk add --update --no-cache autoconf g++ imagemagick imagemagick-dev libtool make pcre-dev \
RUN apk add --update --no-cache autoconf g++ imagemagick imagemagick-dev libtool make pcre-dev ffmpeg \
&& pecl install imagick \
&& docker-php-ext-enable imagick \
&& apk del autoconf g++ libtool make pcre-dev; exit 0

0 comments on commit 4046719

Please sign in to comment.