This commit is contained in:
commit
6c6d7848f7
3 changed files with 78 additions and 0 deletions
11
Dockerfile
Normal file
11
Dockerfile
Normal file
|
@ -0,0 +1,11 @@
|
|||
FROM rust:1.46.0 as builder
|
||||
|
||||
RUN git clone https://github.com/matrix-org/rust-synapse-compress-state.git && \
|
||||
cargo install --path rust-synapse-compress-state
|
||||
|
||||
FROM debian:buster-slim
|
||||
|
||||
RUN apt update && \
|
||||
apt install -y postgresql-client
|
||||
|
||||
COPY --from=builder /usr/local/cargo/bin/synapse-compress-state /usr/local/bin/synapse-compress-state
|
Loading…
Add table
Add a link
Reference in a new issue