Skip to content

Commit

Permalink
test imagick fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Apfelwurm committed Sep 30, 2024
1 parent 725ba72 commit 3f37b82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ RUN addgroup -S nginx \

# Install PHP exts
RUN docker-php-ext-configure gd --with-freetype --with-webp --with-jpeg && \
docker-php-ext-install mysqli pdo_mysql gd bcmath intl
RUN pecl install imagick
docker-php-ext-install mysqli pdo_mysql gd bcmath intl imagick/imagick@28f27044e435a2b203e32675e942eb8de620ee58
#RUN pecl install imagick
RUN docker-php-ext-enable imagick


Expand Down

0 comments on commit 3f37b82

Please sign in to comment.