Skip to content

Commit 990fb0b

Browse files
committed
Package php7 lives in community repo
Issue #2
1 parent bd8e00e commit 990fb0b

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

Dockerfile

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,14 @@ FROM alpine:edge
33
MAINTAINER Andriy Yun <andriy.yun@gmail.com>
44
MAINTAINER Andy Postnikov <apostnikov@gmail.com>
55

6-
RUN echo "@testing http://dl-cdn.alpinelinux.org/alpine/edge/testing" >> /etc/apk/repositories \
7-
&& apk add --no-cache \
8-
php7@testing \
9-
php7-xml@testing \
10-
php7-phar@testing \
11-
php7-openssl@testing \
12-
php7-mbstring@testing \
13-
php7-json@testing \
14-
php7-ctype@testing \
6+
RUN apk add --no-cache \
7+
php7 \
8+
php7-xml \
9+
php7-phar \
10+
php7-openssl \
11+
php7-mbstring \
12+
php7-json \
13+
php7-ctype \
1514
curl \
1615
patch \
1716
&& ln -s /usr/bin/php7 /usr/bin/php \

0 commit comments

Comments
 (0)