mirror of
https://github.com/hoellen/dockerfiles.git
synced 2025-04-20 04:19:18 +00:00
selfoss: update to PHP7
This commit is contained in:
parent
2adef06698
commit
a9c5157d5d
@ -4,20 +4,21 @@ MAINTAINER Wonderfall <wonderfall@schrodinger.io>
|
|||||||
ENV GID=991 UID=991 VERSION=2.15
|
ENV GID=991 UID=991 VERSION=2.15
|
||||||
|
|
||||||
RUN echo "@commuedge http://nl.alpinelinux.org/alpine/edge/community" >> /etc/apk/repositories \
|
RUN echo "@commuedge http://nl.alpinelinux.org/alpine/edge/community" >> /etc/apk/repositories \
|
||||||
|
&& echo "@testing http://nl.alpinelinux.org/alpine/edge/testing" >> /etc/apk/repositories \
|
||||||
&& apk -U add \
|
&& apk -U add \
|
||||||
musl \
|
musl \
|
||||||
nginx \
|
nginx \
|
||||||
php-fpm \
|
php7-fpm@testing \
|
||||||
php-gd \
|
php7-gd@testing \
|
||||||
php-json \
|
php7-json@testing \
|
||||||
php-zlib \
|
php7-zlib@testing \
|
||||||
php-xml \
|
php7-xml@testing \
|
||||||
php-dom \
|
php7-dom@testing \
|
||||||
php-curl \
|
php7-curl@testing \
|
||||||
php-iconv \
|
php7-iconv@testing \
|
||||||
php-mcrypt \
|
php7-mcrypt@testing \
|
||||||
php-pdo_sqlite \
|
php7-pdo_sqlite@testing \
|
||||||
php-ctype \
|
php7-ctype@testing \
|
||||||
supervisor \
|
supervisor \
|
||||||
ca-certificates \
|
ca-certificates \
|
||||||
tini@commuedge \
|
tini@commuedge \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user