mirror of
https://github.com/hoellen/dockerfiles.git
synced 2025-04-20 04:19:18 +00:00
selfoss : fix php7-gd dep
This commit is contained in:
parent
a9c5157d5d
commit
5ad1ad8184
@ -5,9 +5,11 @@ 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 \
|
&& echo "@testing http://nl.alpinelinux.org/alpine/edge/testing" >> /etc/apk/repositories \
|
||||||
|
&& echo "@edge http://nl.alpinelinux.org/alpine/edge/main" >> /etc/apk/repositories \
|
||||||
&& apk -U add \
|
&& apk -U add \
|
||||||
musl \
|
musl \
|
||||||
nginx \
|
nginx \
|
||||||
|
libwebp@edge \
|
||||||
php7-fpm@testing \
|
php7-fpm@testing \
|
||||||
php7-gd@testing \
|
php7-gd@testing \
|
||||||
php7-json@testing \
|
php7-json@testing \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user