ipv6 is not well supported so far
Some checks failed
Build Multiarch Container Image / call-reusable-workflow (push) Failing after 3h12m51s

This commit is contained in:
Sebastian Hugentobler 2024-04-22 21:52:24 +02:00
parent 6f4dfc6e92
commit 465e258968
Signed by: shu
GPG key ID: BB32CF3CA052C2F0
2 changed files with 72 additions and 32 deletions

View file

@ -1,6 +1,5 @@
FROM docker.io/alpine:3.19 as builder
RUN apk --no-cache add \
sed \
gcc \
@ -32,7 +31,7 @@ RUN apk --no-cache add \
py3-yarl \
py3-mako
ENV VERSION=v0.15.1
ENV VERSION=43d17a335b1dd45fc81f3bed8ad6a7ee9f7a708f
RUN git clone https://github.com/mautrix/telegram.git
WORKDIR /telegram
@ -92,4 +91,3 @@ RUN chown -R matrix-bridge:matrix-bridge /var/lib/matrix-bridge
ENV HOME /var/lib/matrix-bridge
EXPOSE 8080