matrix-nio already depends on aiohttp

This commit is contained in:
Guilhem Saurel 2020-03-08 16:04:24 +01:00
parent b2eab91475
commit 7a8084170c

View file

@ -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 /