From 1b572ad92701d66a16a44378751384a86728961d Mon Sep 17 00:00:00 2001 From: Sebastian Hugentobler Date: Tue, 1 Jan 2019 16:41:51 +0100 Subject: [PATCH] downgrade twisted to 17.1.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b97851f..8f723f9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ RUN apk add --no-cache \ python3-dev RUN pip3 install wheel -RUN pip3 wheel twisted +RUN pip3 wheel twisted==17.1.0 FROM thallian/confd-env:latest