Skip to content

Commit 64411c1

Browse files
committed
Added php7-apcu, php7-opcache & php7-zlib for composer, ordered extensions
1 parent 9af0f4d commit 64411c1

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

Dockerfile

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,15 @@ MAINTAINER Andy Postnikov <apostnikov@gmail.com>
55

66
RUN apk add --no-cache \
77
php7 \
8-
php7-xml \
9-
php7-phar \
10-
php7-openssl \
11-
php7-mbstring \
12-
php7-json \
8+
php7-apcu \
139
php7-ctype \
10+
php7-json \
11+
php7-mbstring \
12+
php7-opcache \
13+
php7-openssl \
14+
php7-phar \
15+
php7-xml \
16+
php7-zlib \
1417
curl \
1518
patch \
1619
&& ln -s /usr/bin/php7 /usr/bin/php \

0 commit comments

Comments
 (0)