mirror of
https://github.com/bsedin/matrix-webhook.git
synced 2026-04-09 11:25:40 +00:00
matrix-nio already depends on aiohttp
This commit is contained in:
@@ -2,9 +2,7 @@ FROM python:3.8-alpine
|
|||||||
|
|
||||||
EXPOSE 4785
|
EXPOSE 4785
|
||||||
|
|
||||||
RUN pip3 install --no-cache-dir \
|
RUN pip3 install --no-cache-dir matrix-nio
|
||||||
aiohttp \
|
|
||||||
matrix-nio
|
|
||||||
|
|
||||||
ADD matrix_webhook.py /
|
ADD matrix_webhook.py /
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user