From 6b578a394663247acc9412817e38b29e0e85e8dc Mon Sep 17 00:00:00 2001 From: jowj Date: Tue, 28 May 2019 21:28:48 -0500 Subject: [PATCH] Try to recover to older slackclient version - slack introduced breaking changes somewhere in here. - i'm trying to find an old version that will work - i am not hopeful. --- docker/dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docker/dockerfile b/docker/dockerfile index e0c1819..f986350 100644 --- a/docker/dockerfile +++ b/docker/dockerfile @@ -14,7 +14,8 @@ RUN pip3 install --upgrade pip RUN pip3 install --upgrade setuptools -RUN pip3 install slackclient==2.0.0 +RUN pip3 install slackclient==1.3.1 +RUN pip3 install requests six websocket COPY ./ ./