1
0
mirror of https://github.com/hoellen/dockerfiles.git synced 2025-05-09 05:39:17 +00:00

lychee: add edge depo

This commit is contained in:
Wonderfall 2016-04-27 22:22:28 +02:00
parent 0c24f1f299
commit 487e419c1c

@ -7,6 +7,7 @@ ENV UID=991 GID=991
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 "@edge http://nl.alpinelinux.org/alpine/edge/main" >> /etc/apk/repositories \
&& apk -U add \
nginx \
libwebp@edge \