From 7a8084170c26c2f8deacdb51114dcd5ca8976398 Mon Sep 17 00:00:00 2001 From: Guilhem Saurel Date: Sun, 8 Mar 2020 16:04:24 +0100 Subject: [PATCH] matrix-nio already depends on aiohttp --- Dockerfile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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 /