diff --git a/Dockerfile b/Dockerfile index 3a66575a..1f2c4966 100644 --- a/Dockerfile +++ b/Dockerfile @@ -51,6 +51,7 @@ RUN apt-get update \ pyzabbix \ sqlalchemy==1.3.23 \ treq \ + twisted==22.10.0 \ && if [ "$master_type" = "master-web" ]; then \ pip install --no-cache-dir pyjade; \ fi \