Release 1.9.0 (#1597)
This commit is contained in:
@@ -2,7 +2,7 @@ FROM alpine:3.5
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
RUN apk add --no-cache python python-dev build-base py-pip libev-dev && \
|
||||
RUN apk add --no-cache python python-dev build-base py-pip libev-dev libffi-dev && \
|
||||
pip install --upgrade pip && \
|
||||
rm -r /root/.cache
|
||||
|
||||
|
||||
Reference in New Issue
Block a user