File tree Expand file tree Collapse file tree 1 file changed +5
-17
lines changed
Expand file tree Collapse file tree 1 file changed +5
-17
lines changed Original file line number Diff line number Diff line change @@ -9,30 +9,18 @@ RUN set -ex \
99 && apk --no-cache add \
1010 supervisor \
1111 nginx \
12+ nano \
1213 curl \
13- libmcrypt-dev \
14- libxml2-dev \
15- pcre-dev \
16- zlib-dev \
1714 autoconf \
18- oniguruma-dev \
1915 curl-dev \
2016 openssl \
21- openssl-dev \
22- freetype-dev \
23- libjpeg-turbo-dev \
17+ postgresql \
18+ postgresql-dev \
2419 jpeg-dev \
2520 libpng-dev \
2621 imagemagick-dev \
27- imagemagick \
28- postgresql \
29- postgresql-dev \
30- libzip-dev \
31- gettext-dev \
32- libxslt-dev \
33- libgcrypt-dev \
34- libxml2 && \
35- docker-php-ext-install ctype pdo pdo_pgsql pcntl exif && \
22+ imagemagick && \
23+ docker-php-ext-install gd ctype pdo pdo_pgsql pcntl exif && \
3624 rm /var/cache/apk/* && rm -rf /tmp/pear
3725
3826
You can’t perform that action at this time.
0 commit comments