We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2509d71 commit 972a5b0Copy full SHA for 972a5b0
1 file changed
src/gc/Dockerfile
@@ -1,7 +1,7 @@
1
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 \
+ pip install boto3 google-cloud-storage eventlet cryptography \
5
azure-mgmt-resource azure-storage keystoneauth1==3.7.0 python-swiftclient flask && \
6
apt-get remove -y python-pip && \
7
apt-get autoremove -y && \
0 commit comments