Release 1.9.0 (#1597)

This commit is contained in:
Vishal
2020-05-11 01:26:46 +05:30
committed by GitHub
parent 31ff3f0290
commit 3e8cbe112f
10 changed files with 70 additions and 61 deletions
+1 -1
View File
@@ -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