Skip to content

Commit fd33c2d

Browse files
authored
Use fixed version ov greenlet so travis build runs again (#95)
1 parent 2c8df9b commit fd33c2d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

core/actionProxy/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,13 @@
1919
FROM python:3.6-alpine
2020

2121
# Upgrade and install basic Python dependencies.
22+
# Use quick greenlet==1.1.3.post0 as update version is not compatible with action Proxy
2223
RUN apk upgrade --update \
2324
&& apk add --no-cache bash perl jq zip git curl wget openssl ca-certificates sed openssh-client \
2425
&& update-ca-certificates \
2526
&& apk add --no-cache --virtual .build-deps bzip2-dev g++ libc-dev \
2627
&& pip install --upgrade pip setuptools six \
27-
&& pip install --no-cache-dir gevent==1.3.6 flask==1.0.2 \
28+
&& pip install --no-cache-dir gevent==1.3.6 flask==1.0.2 greenlet==1.1.3.post0\
2829
&& apk del .build-deps
2930

3031
ENV FLASK_PROXY_PORT 8080

0 commit comments

Comments
 (0)