diff --git a/docker/ircbot/Dockerfile b/docker/ircbot/Dockerfile index 0c054cc88b..bb20d2e311 100644 --- a/docker/ircbot/Dockerfile +++ b/docker/ircbot/Dockerfile @@ -20,6 +20,8 @@ RUN apt-get update \ && apt-get -y install git #NOTE(ianw) : 2021-05-31 - only until changes integrated upstream +# https://github.com/ProgVal/Limnoria/pull/1464 +# https://github.com/ProgVal/Limnoria/pull/1473 #RUN git clone https://github.com/ProgVal/Limnoria /tmp/src RUN git clone -b setuptools https://github.com/ianw/Limnoria /tmp/src