We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53842dd commit 08893e5Copy full SHA for 08893e5
1 file changed
Dockerfile
@@ -11,6 +11,7 @@ RUN set -ex \
11
&& apk --no-cache add \
12
supervisor \
13
nginx \
14
+ make \
15
nano \
16
curl \
17
autoconf \
@@ -24,7 +25,7 @@ RUN set -ex \
24
25
pecl install imagick && \
26
docker-php-ext-enable imagick && \
27
docker-php-ext-install ctype pdo pdo_pgsql pcntl exif zip intl && \
- apk del autoconf && \
28
+ apk del make autoconf && \
29
rm -rf /var/cache/apk/* /tmp/pear /usr/src/*
30
31
# Configure nginx
0 commit comments