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