diff --git a/errbot/Dockerfile b/errbot/Dockerfile index 4376e9e..88a9868 100644 --- a/errbot/Dockerfile +++ b/errbot/Dockerfile @@ -6,7 +6,8 @@ FROM alpine MAINTAINER kev RUN set -xe \ - && apk add --no-cache build-base \ + && apk add --no-cache ca-certificates \ + build-base \ libffi-dev \ openssl-dev \ python3 \