matrix-nio already depends on aiohttp
This commit is contained in:
parent
b2eab91475
commit
7a8084170c
1 changed files with 1 additions and 3 deletions
|
@ -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 a new issue