Skip to content

Commit 2509d71

Browse files
committed
add missing lib
1 parent 74071f9 commit 2509d71

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
@@ -2,7 +2,7 @@ FROM debian:9.4-slim
22

33
RUN apt-get update -y && apt-get install -y python python-psycopg2 python-pip python-six && \
44
pip install boto3 google-cloud-storage eventlet \
5-
azure-mgmt-resource azure-storage keystoneauth1==3.7.0 python-swiftclient && \
5+
azure-mgmt-resource azure-storage keystoneauth1==3.7.0 python-swiftclient flask && \
66
apt-get remove -y python-pip && \
77
apt-get autoremove -y && \
88
rm -rf /var/lib/apt/lists/*

0 commit comments

Comments
 (0)