update configuration file

This commit is contained in:
Sebastian Hugentobler 2022-08-25 10:47:27 +02:00
parent 47190fcaa2
commit 1b81c0a110
Signed by: shu
GPG key ID: BB32CF3CA052C2F0
2 changed files with 87 additions and 39 deletions

View file

@ -1,6 +1,6 @@
FROM docker.io/alpine:3.16 as builder
ENV VERSION=e3a067c27aa3d9dd5e82db307218cc66c8356ddd
ENV VERSION=85b8f5def7a3f40504b8f814437bf7e4507fc3ba
RUN apk --no-cache add \
sed \
@ -38,12 +38,6 @@ RUN apk --no-cache add \
py3-mako \
py3-setuptools
#RUN git clone -b v0.25.0 --recursive https://github.com/MagicStack/asyncpg.git
#WORKDIR /asyncpg
#RUN sed -ie '1,3d' pyproject.toml
#RUN python3 setup.py install --prefix=/install
#RUN pip3 install --prefix=/install mautrix-telegram[all]==$VERSION
RUN git clone https://github.com/mautrix/telegram.git
WORKDIR /telegram
RUN git checkout "$VERSION"