1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-16 11:58:47 +00:00

fix errbot

This commit is contained in:
kev 2017-01-21 21:18:33 +08:00
parent f9d2c1985f
commit 2a39f5165c

@ -6,7 +6,8 @@ FROM alpine
MAINTAINER kev <noreply@easypi.info>
RUN set -xe \
&& apk add --no-cache build-base \
&& apk add --no-cache ca-certificates \
build-base \
libffi-dev \
openssl-dev \
python3 \