update configuration file
This commit is contained in:
parent
47190fcaa2
commit
1b81c0a110
2 changed files with 87 additions and 39 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue