mirror of
https://github.com/bsedin/matrix-webhook.git
synced 2026-01-16 08:05:57 +00:00
matrix-nio already depends on aiohttp
This commit is contained in:
parent
b2eab91475
commit
7a8084170c
@ -2,9 +2,7 @@ FROM python:3.8-alpine
|
||||
|
||||
EXPOSE 4785
|
||||
|
||||
RUN pip3 install --no-cache-dir \
|
||||
aiohttp \
|
||||
matrix-nio
|
||||
RUN pip3 install --no-cache-dir matrix-nio
|
||||
|
||||
ADD matrix_webhook.py /
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user