Skip to content

Commit 08893e5

Browse files
authored
Update Dockerfile
fix imageick build
1 parent 53842dd commit 08893e5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

+2-1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ RUN set -ex \
1111
&& apk --no-cache add \
1212
supervisor \
1313
nginx \
14+
make \
1415
nano \
1516
curl \
1617
autoconf \
@@ -24,7 +25,7 @@ RUN set -ex \
2425
pecl install imagick && \
2526
docker-php-ext-enable imagick && \
2627
docker-php-ext-install ctype pdo pdo_pgsql pcntl exif zip intl && \
27-
apk del autoconf && \
28+
apk del make autoconf && \
2829
rm -rf /var/cache/apk/* /tmp/pear /usr/src/*
2930

3031
# Configure nginx

0 commit comments

Comments
 (0)