Guilhem Saurel 2020-03-14 16:57:43 +01:00
commit 4b1acd874a
3 changed files with 7 additions and 3 deletions

View file

@ -2,7 +2,7 @@ FROM python:3.8-slim
EXPOSE 4785
RUN pip3 install --no-cache-dir matrix-nio
RUN pip3 install --no-cache-dir markdown matrix-nio
ADD matrix_webhook.py /