Python Env Build issue due to gevent (#1572)
This commit is contained in:
@@ -2,7 +2,7 @@ FROM alpine
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
RUN apk add --no-cache python3 python3-dev build-base libev-dev && \
|
||||
RUN apk add --no-cache python3 python3-dev build-base libev-dev libffi-dev && \
|
||||
pip3 install --upgrade pip && \
|
||||
rm -r /root/.cache
|
||||
|
||||
|
||||
Reference in New Issue
Block a user