push to 1.105.1
Some checks failed
Build Multiarch Container Image / call-reusable-workflow (push) Failing after 3h9m12s
Some checks failed
Build Multiarch Container Image / call-reusable-workflow (push) Failing after 3h9m12s
This commit is contained in:
parent
6e929b2d16
commit
92139571e8
@ -10,16 +10,18 @@ RUN apk add --no-cache \
|
|||||||
zlib-dev \
|
zlib-dev \
|
||||||
jpeg-dev \
|
jpeg-dev \
|
||||||
rust \
|
rust \
|
||||||
|
cargo \
|
||||||
poetry \
|
poetry \
|
||||||
git
|
git
|
||||||
|
|
||||||
ENV VERSION=v1.105.0
|
ENV VERSION=v1.105.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
|
||||||
|
|
||||||
RUN poetry export -o /synapse/requirements.txt
|
RUN poetry export -o /synapse/requirements.txt
|
||||||
RUN pip3 install --target="/install" -r /synapse/requirements.txt
|
RUN pip3 install --target="/install" -r /synapse/requirements.txt
|
||||||
|
RUN pip3 install --target="/install" --no-deps --no-warn-script-location /synapse[all];
|
||||||
|
|
||||||
|
|
||||||
FROM docker.io/thallian/confd-env:3.19-3.1.6.2
|
FROM docker.io/thallian/confd-env:3.19-3.1.6.2
|
||||||
|
Loading…
Reference in New Issue
Block a user