markdown
ref https://matrix.org/docs/spec/client_server/r0.6.0#m-room-message-msgtypes
This commit is contained in:
parent
fc30487ead
commit
4b1acd874a
3 changed files with 7 additions and 3 deletions
|
@ -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 /
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue