diff --git a/Dockerfile b/Dockerfile index 91c8e63b..3fc6830c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,11 +1,11 @@ -FROM dock.mau.dev/tulir/lottieconverter:alpine-3.12 +FROM dock.mau.dev/tulir/lottieconverter:alpine-3.13 ARG TARGETARCH=amd64 -RUN echo $'\ -@edge http://dl-cdn.alpinelinux.org/alpine/edge/main\n\ -@edge http://dl-cdn.alpinelinux.org/alpine/edge/testing\n\ -@edge http://dl-cdn.alpinelinux.org/alpine/edge/community' >> /etc/apk/repositories +#RUN echo $'\ +#@edge http://dl-cdn.alpinelinux.org/alpine/edge/main\n\ +#@edge http://dl-cdn.alpinelinux.org/alpine/edge/testing\n\ +#@edge http://dl-cdn.alpinelinux.org/alpine/edge/community' >> /etc/apk/repositories RUN apk add --no-cache \ python3 py3-pip py3-setuptools py3-wheel \ @@ -14,11 +14,11 @@ RUN apk add --no-cache \ py3-aiohttp \ py3-magic \ py3-sqlalchemy \ - py3-telethon-session-sqlalchemy@edge \ - py3-alembic@edge \ + py3-telethon-session-sqlalchemy \ + py3-alembic \ py3-psycopg2 \ py3-ruamel.yaml \ - py3-commonmark@edge \ + py3-commonmark \ # Indirect dependencies py3-idna \ #moviepy @@ -32,7 +32,7 @@ RUN apk add --no-cache \ py3-pysocks \ # cryptg py3-cffi \ - py3-qrcode@edge \ + py3-qrcode \ py3-brotli \ # Other dependencies ffmpeg \ @@ -47,7 +47,7 @@ RUN apk add --no-cache \ bash \ curl \ jq \ - yq@edge + yq COPY requirements.txt /opt/mautrix-telegram/requirements.txt COPY optional-requirements.txt /opt/mautrix-telegram/optional-requirements.txt