We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74071f9 commit 2509d71Copy full SHA for 2509d71
1 file changed
src/gc/Dockerfile
@@ -2,7 +2,7 @@ FROM debian:9.4-slim
2
3
RUN apt-get update -y && apt-get install -y python python-psycopg2 python-pip python-six && \
4
pip install boto3 google-cloud-storage eventlet \
5
- azure-mgmt-resource azure-storage keystoneauth1==3.7.0 python-swiftclient && \
+ azure-mgmt-resource azure-storage keystoneauth1==3.7.0 python-swiftclient flask && \
6
apt-get remove -y python-pip && \
7
apt-get autoremove -y && \
8
rm -rf /var/lib/apt/lists/*
0 commit comments