Skip to content

Commit

Permalink
PS-731 add ghostscript for imagick pdf support
Browse files Browse the repository at this point in the history
  • Loading branch information
4rthem committed Nov 18, 2024
1 parent 96928d9 commit 63f048e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
11 changes: 6 additions & 5 deletions databox/api/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,16 @@ FROM ${REGISTRY_NAMESPACE}php-fpm-base:${BASE_TAG} AS api-php
ENV IMAGICK_PHP83_FIX_COMMIT=28f27044e435a2b203e32675e942eb8de620ee58

RUN apk add --no-cache \
perl \
freetype \
imagemagick \
ffmpeg \
freetype \
ghostscript \
libheif \
libjpeg-turbo \
libpng \
libwebp \
libheif \
ffmpeg \
libreoffice \
libwebp \
perl \
&& apk add --no-cache --virtual build-essentials \
g++ \
make \
Expand Down
5 changes: 3 additions & 2 deletions infra/docker/dev/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,17 @@ RUN apk add --no-cache \
mysql-dev \
postgresql-dev \
zlib \
ffmpeg \
libreoffice \
imagemagick \
rabbitmq-c-dev \
bash \
ffmpeg \
freetype \
g++ \
gettext \
ghostscript \
libjpeg-turbo \
libpng \
libreoffice \
libwebp \
linux-headers \
make \
Expand Down

0 comments on commit 63f048e

Please sign in to comment.