Add Containerfile

This commit is contained in:
Xiretza 2022-04-04 21:45:22 +02:00
parent a900ef6a46
commit c93aa8800c
1 changed files with 8 additions and 0 deletions

8
Containerfile Normal file
View File

@ -0,0 +1,8 @@
FROM docker.io/alpine:latest
RUN apk add git py3-pip py3-matrix-nio py3-cryptography py3-pillow &&\
git clone https://git.it-syndikat.org/IT-Syndikat/its-matrix-bot.git /matrix-bot && \
cd /matrix-bot && \
pip install .
CMD python3 -m its_matrix_bot -c /its-matrix.toml