File tree Expand file tree Collapse file tree 1 file changed +38
-38
lines changed Expand file tree Collapse file tree 1 file changed +38
-38
lines changed Original file line number Diff line number Diff line change @@ -14,49 +14,49 @@ RUN apk info \
14
14
&& apk update \
15
15
&& apk upgrade \
16
16
&& apk add --no-cache --virtual .build-deps \
17
- $PHPIZE_DEPS \
17
+ $PHPIZE_DEPS \
18
18
&& apk add --no-cache \
19
- sudo \
20
- runit \
21
- nginx \
22
- zlib-dev \
23
- icu-dev \
24
- imagemagick \
25
- imagemagick-dev \
26
- libzip-dev \
27
- libjpeg-turbo-dev \
28
- libpng-dev \
29
- libxml2-dev \
30
- freetype-dev \
31
- bash \
32
- git \
33
- nodejs \
34
- composer \
35
- php7-tokenizer \
36
- php7-simplexml \
37
- php7-dom \
38
- mysql-client \
39
- yarn@edge \
40
- xvfb \
41
- chromium@3.9 \
42
- chromium-chromedriver@3.9 \
19
+ sudo \
20
+ runit \
21
+ nginx \
22
+ zlib-dev \
23
+ icu-dev \
24
+ imagemagick \
25
+ imagemagick-dev \
26
+ libzip-dev \
27
+ libjpeg-turbo-dev \
28
+ libpng-dev \
29
+ libxml2-dev \
30
+ freetype-dev \
31
+ bash \
32
+ git \
33
+ nodejs \
34
+ composer \
35
+ php7-tokenizer \
36
+ php7-simplexml \
37
+ php7-dom \
38
+ mysql-client \
39
+ yarn@edge \
40
+ xvfb \
41
+ chromium@3.9 \
42
+ chromium-chromedriver@3.9 \
43
43
&& docker-php-ext-configure gd --with-freetype --with-jpeg \
44
44
&& docker-php-ext-install -j$(nproc) \
45
- gd \
46
- pdo_mysql \
47
- zip \
48
- bcmath \
49
- exif \
50
- intl \
51
- opcache \
52
- pcntl \
53
- iconv \
45
+ gd \
46
+ pdo_mysql \
47
+ zip \
48
+ bcmath \
49
+ exif \
50
+ intl \
51
+ opcache \
52
+ pcntl \
53
+ iconv \
54
54
&& pecl install \
55
- redis \
56
- imagick \
55
+ redis \
56
+ imagick \
57
57
&& docker-php-ext-enable \
58
- redis \
59
- imagick \
58
+ redis \
59
+ imagick \
60
60
&& apk del .build-deps
61
61
62
62
# fix iconv (see https://github.com/docker-library/php/issues/240#issuecomment-305038173)
You can’t perform that action at this time.
0 commit comments