Release v1.0.0
This commit is contained in:
10
Dockerfile
Normal file
10
Dockerfile
Normal file
@ -0,0 +1,10 @@
|
||||
FROM debian:bookworm-slim
|
||||
|
||||
RUN apt-get update \
|
||||
&& apt-get install -y libssl3 \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
COPY matrix_gateway /usr/local/bin/matrix_gateway
|
||||
|
||||
ENTRYPOINT ["/usr/local/bin/matrix_gateway"]
|
||||
|
Reference in New Issue
Block a user