diff --git a/Dockerfile b/Dockerfile index f8485604..1a24acb5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3-alpine +FROM python:3.6-alpine ENV BOT_ROOT=/opt/errbot @@ -9,6 +9,9 @@ RUN apk add --no-cache libffi openssl git \ gcc \ libc-dev \ libffi-dev \ + libstdc++ \ + libxml2-dev \ + libxslt-dev \ openssl-dev \ && pip install -r $BOT_ROOT/requirements.txt \ && pip install slackclient python-telegram-bot \