diff --git a/Dockerfile b/Dockerfile index c3f55bb..070c4af 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 /