its-matrix-bot/Containerfile

9 lines
295 B
Plaintext
Raw Permalink Normal View History

2022-04-04 21:45:22 +02:00
FROM docker.io/alpine:latest
2022-04-13 18:42:57 +02:00
RUN apk --no-cache add git py3-pip py3-matrix-nio py3-cryptography py3-pillow &&\
2022-04-04 21:45:22 +02:00
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