We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08893e5 commit 554d3ecCopy full SHA for 554d3ec
Dockerfile
@@ -11,7 +11,6 @@ RUN set -ex \
11
&& apk --no-cache add \
12
supervisor \
13
nginx \
14
- make \
15
nano \
16
curl \
17
autoconf \
@@ -20,12 +19,11 @@ RUN set -ex \
20
19
postgresql \
21
postgresql-dev \
22
libzip-dev \
23
- imagemagick-dev \
24
- imagemagick && \
+ php83-pecl-imagick --repository=https://dl-cdn.alpinelinux.org/alpine/edge/community && \
25
pecl install imagick && \
26
docker-php-ext-enable imagick && \
27
docker-php-ext-install ctype pdo pdo_pgsql pcntl exif zip intl && \
28
- apk del make autoconf && \
+ apk del autoconf && \
29
rm -rf /var/cache/apk/* /tmp/pear /usr/src/*
30
31
# Configure nginx
0 commit comments