fix(): error php7.1

pull/14/head
Magicalex 2017-03-29 20:41:50 +02:00
parent 47740f7875
commit 03562952df
No known key found for this signature in database
GPG Key ID: A89B48B1788C3CB5
1 changed files with 4 additions and 1 deletions

View File

@ -8,7 +8,7 @@ ARG VERSION=v0.1.0-beta.6
ENV GID=991 UID=991
RUN echo "@testing https://nl.alpinelinux.org/alpine/edge/testing" >> /etc/apk/repositories \
&& apk -U add \
&& apk -U upgrade && apk add \
nginx \
s6 \
su-exec \
@ -21,7 +21,10 @@ RUN echo "@testing https://nl.alpinelinux.org/alpine/edge/testing" >> /etc/apk/r
php7-mbstring@testing \
php7-openssl@testing \
php7-json@testing \
php7-pdo@testing \
php7-pdo_mysql@testing \
php7-mysqlnd@testing \
php7-zlib@testing \
php7-gd@testing \
php7-dom@testing \
php7-ctype@testing \