Skip to content

Commit 554d3ec

Browse files
authored
Update Dockerfile
1 parent 08893e5 commit 554d3ec

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

Dockerfile

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ RUN set -ex \
1111
&& apk --no-cache add \
1212
supervisor \
1313
nginx \
14-
make \
1514
nano \
1615
curl \
1716
autoconf \
@@ -20,12 +19,11 @@ RUN set -ex \
2019
postgresql \
2120
postgresql-dev \
2221
libzip-dev \
23-
imagemagick-dev \
24-
imagemagick && \
22+
php83-pecl-imagick --repository=https://dl-cdn.alpinelinux.org/alpine/edge/community && \
2523
pecl install imagick && \
2624
docker-php-ext-enable imagick && \
2725
docker-php-ext-install ctype pdo pdo_pgsql pcntl exif zip intl && \
28-
apk del make autoconf && \
26+
apk del autoconf && \
2927
rm -rf /var/cache/apk/* /tmp/pear /usr/src/*
3028

3129
# Configure nginx

0 commit comments

Comments
 (0)