Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
483e9d577c | |||
812ea36541 |
@ -14,7 +14,7 @@ RUN apk add --no-cache \
|
|||||||
poetry \
|
poetry \
|
||||||
git
|
git
|
||||||
|
|
||||||
ENV VERSION=v1.124.0
|
ENV VERSION=v1.127.1
|
||||||
RUN git clone https://github.com/element-hq/synapse.git
|
RUN git clone https://github.com/element-hq/synapse.git
|
||||||
WORKDIR /synapse
|
WORKDIR /synapse
|
||||||
RUN git checkout $VERSION
|
RUN git checkout $VERSION
|
||||||
@ -33,6 +33,7 @@ RUN apk add --no-cache \
|
|||||||
python3 \
|
python3 \
|
||||||
py3-psycopg2 \
|
py3-psycopg2 \
|
||||||
py3-authlib \
|
py3-authlib \
|
||||||
|
py3-asn1 \
|
||||||
libffi \
|
libffi \
|
||||||
openssl \
|
openssl \
|
||||||
zlib \
|
zlib \
|
||||||
|
Loading…
Reference in New Issue
Block a user