1
0
mirror of https://github.com/wallabag/docker synced 2025-12-25 15:41:45 +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 ARG WALLABAG_VERSION=2.2.2
RUN set -ex \ 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 \ && echo "@testing http://dl-4.alpinelinux.org/alpine/edge/testing" >> /etc/apk/repositories \
&& apk add --no-cache \ && apk add --no-cache \
ansible \ ansible \
@@ -38,6 +39,7 @@ RUN set -ex \
py-mysqldb \ py-mysqldb \
py-psycopg2 \ py-psycopg2 \
py-simplejson \ py-simplejson \
rabbitmq-c@edge \
s6 \ s6 \
tar \ tar \
&& ln -s /usr/bin/php7 /usr/bin/php \ && ln -s /usr/bin/php7 /usr/bin/php \