1
0
mirror of https://github.com/wallabag/docker synced 2025-12-13 09:46:27 +00:00

added edge main repo to fix rabbitmq-c dep for php7-amqp

This commit is contained in:
Marvin Steadfast
2017-03-22 11:24:05 +01:00
parent 038a5ea6c7
commit d1c050662b

View File

@@ -5,6 +5,7 @@ LABEL maintainer "Marvin Steadfast <marvin@xsteadfastx.org>"
ARG WALLABAG_VERSION=2.2.2
RUN set -ex \
&& echo "@edge http://dl-4.alpinelinux.org/alpine/edge/main" >> /etc/apk/repositories \
&& echo "@testing http://dl-4.alpinelinux.org/alpine/edge/testing" >> /etc/apk/repositories \
&& apk add --no-cache \
ansible \
@@ -38,6 +39,7 @@ RUN set -ex \
py-mysqldb \
py-psycopg2 \
py-simplejson \
rabbitmq-c@edge \
s6 \
tar \
&& ln -s /usr/bin/php7 /usr/bin/php \