From 62847f5d0b191f896f9ac993d45f5f589e422fce Mon Sep 17 00:00:00 2001 From: shu Date: Sun, 26 Jul 2020 12:11:29 +0000 Subject: [PATCH] Update Dockerfile --- Dockerfile | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/Dockerfile b/Dockerfile index 99bfd4e..a849091 100644 --- a/Dockerfile +++ b/Dockerfile @@ -33,9 +33,7 @@ RUN apk --no-cache add \ py3-asn1 \ py3-numpy \ py3-psycopg2 \ - py3-wheel - -RUN apk --no-cache --repository=http://dl-cdn.alpinelinux.org/alpine/edge/community add \ + py3-wheel \ olm-dev RUN mkdir /tmp/mautrix-telegram @@ -83,9 +81,7 @@ RUN apk --no-cache add \ py3-six \ py3-asn1 \ py3-numpy \ - py3-psycopg2 - -RUN apk --no-cache --repository=http://dl-cdn.alpinelinux.org/alpine/edge/community add \ + py3-psycopg2 \ olm WORKDIR /var/lib/matrix-bridge