Skip to content

Commit 38754b5

Browse files
committed
add missing eventlet
1 parent 5e0b7ce commit 38754b5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/gc/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM debian:9.4-slim
22

33
RUN apt-get update -y && apt-get install -y python python-psycopg2 python-pip && \
4-
pip install boto3 google-cloud-storage \
4+
pip install boto3 google-cloud-storage eventlet \
55
azure-mgmt-resource azure-storage keystoneauth1==3.7.0 python-swiftclient && \
66
apt-get remove -y python-pip && \
77
apt-get autoremove -y && \

0 commit comments

Comments
 (0)