Skip to content

Commit 960cd09

Browse files
authored
fix indentation
1 parent 6389199 commit 960cd09

File tree

1 file changed

+38
-38
lines changed

1 file changed

+38
-38
lines changed

Dockerfile

Lines changed: 38 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -14,49 +14,49 @@ RUN apk info \
1414
&& apk update \
1515
&& apk upgrade \
1616
&& apk add --no-cache --virtual .build-deps \
17-
$PHPIZE_DEPS \
17+
$PHPIZE_DEPS \
1818
&& 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 \
4343
&& docker-php-ext-configure gd --with-freetype --with-jpeg \
4444
&& 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 \
5454
&& pecl install \
55-
redis \
56-
imagick \
55+
redis \
56+
imagick \
5757
&& docker-php-ext-enable \
58-
redis \
59-
imagick \
58+
redis \
59+
imagick \
6060
&& apk del .build-deps
6161

6262
# fix iconv (see https://github.com/docker-library/php/issues/240#issuecomment-305038173)

0 commit comments

Comments
 (0)