Skip to content

Commit

Permalink
[HOTFIX] Install imagick via apt instead of PECL
Browse files Browse the repository at this point in the history
  • Loading branch information
jgrehling committed May 12, 2024
1 parent 98764af commit 4ecc686
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ RUN apt-get install -y \
default-jdk \
ant \
mysql-client \
pdftk-java
pdftk-java \
php-imagick

RUN apt-get install -y ruby clang gcc make ruby-dev libffi-dev

Expand All @@ -20,11 +21,6 @@ RUN gem install compass --no-document
RUN apt-get install -y --no-install-recommends \
php8.1-igbinary

# install imagick via PECL
RUN apt-get update && apt-get install -y libmagickwand-dev \
&& pecl install imagick \
&& docker-php-ext-enable imagick

RUN apt-get -y purge clang gcc make ruby-dev libffi-dev \
&& apt-get --purge -y autoremove \
&& apt-get autoclean \
Expand Down

0 comments on commit 4ecc686

Please sign in to comment.