Skip to content

Commit

Permalink
Merge pull request #378 from wallabag/impr/imagick
Browse files Browse the repository at this point in the history
Use php81-pecl-imagick from default repository
  • Loading branch information
j0k3r committed Sep 12, 2023
2 parents 5a426ce + e7b0f9c commit 36d4bf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ RUN set -ex \
php81-mbstring \
php81-openssl \
php81-pecl-amqp \
php81-pecl-imagick \
php81-pdo_mysql \
php81-pdo_pgsql \
php81-pdo_sqlite \
Expand All @@ -54,7 +55,6 @@ RUN set -ex \
s6 \
tar \
tzdata \
php81-pecl-imagick --repository=https://dl-cdn.alpinelinux.org/alpine/edge/community \
&& ln -sf /usr/bin/php81 /usr/bin/php \
&& ln -sf /usr/sbin/php-fpm81 /usr/sbin/php-fpm \
&& rm -rf /var/cache/apk/* \
Expand Down

0 comments on commit 36d4bf5

Please sign in to comment.