From c93aa8800c60f8e461b1312a2555d0ac3e39f18b Mon Sep 17 00:00:00 2001 From: Xiretza Date: Mon, 4 Apr 2022 21:45:22 +0200 Subject: [PATCH] Add Containerfile --- Containerfile | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 Containerfile diff --git a/Containerfile b/Containerfile new file mode 100644 index 0000000..6c9a28b --- /dev/null +++ b/Containerfile @@ -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