fix(): php7-* moved to commuedge

pull/3/head
Hardware 2016-09-02 07:57:43 +02:00
parent 3f00c33a6a
commit 2037c6a681
No known key found for this signature in database
GPG Key ID: EC6DF6F90263EDEA
1 changed files with 13 additions and 13 deletions

View File

@ -6,23 +6,23 @@ ARG VERSION=v0.1.0-beta.5
ENV GID=991 UID=991
RUN echo "@testing https://nl.alpinelinux.org/alpine/edge/testing" >> /etc/apk/repositories \
RUN echo "@commuedge https://nl.alpinelinux.org/alpine/edge/community" >> /etc/apk/repositories \
&& apk --no-cache add nginx \
curl \
supervisor \
mariadb-client \
php7-phar@testing \
php7-fpm@testing \
php7-curl@testing \
php7-mbstring@testing \
php7-openssl@testing \
php7-json@testing \
php7-pdo_mysql@testing \
php7-gd@testing \
php7-dom@testing \
php7-ctype@testing \
php7-session@testing \
php7-opcache@testing \
php7-phar@commuedge \
php7-fpm@commuedge \
php7-curl@commuedge \
php7-mbstring@commuedge \
php7-openssl@commuedge \
php7-json@commuedge \
php7-pdo_mysql@commuedge \
php7-gd@commuedge \
php7-dom@commuedge \
php7-ctype@commuedge \
php7-session@commuedge \
php7-opcache@commuedge \
&& cd /tmp \
&& ln -s /usr/bin/php7 /usr/bin/php \
&& curl -s http://getcomposer.org/installer | php \