Skip to content

Commit

Permalink
Add ffmpeg and imagemagick to images
Browse files Browse the repository at this point in the history
  • Loading branch information
maetthu committed Dec 20, 2024
1 parent d78b015 commit 4f1e3be
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,12 @@ RUN apt-get update \
&& apt-get -y upgrade \
&& apt-get install -y \
curl \
ffmpeg \
gettext-base \
git \
gnupg \
iproute2 \
imagemagick \
libfreetype6-dev \
libicu-dev \
libjpeg62-turbo-dev \
Expand All @@ -44,9 +46,9 @@ RUN locale-gen
RUN \
docker-php-ext-configure gd --with-freetype --with-jpeg --with-webp \
&& docker-php-ext-install -j$(nproc) bcmath \
gd \
calendar \
exif \
gd \
iconv \
intl \
mbstring \
Expand Down

0 comments on commit 4f1e3be

Please sign in to comment.