We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 972a5b0 commit a141730Copy full SHA for a141730
1 file changed
src/gc/Dockerfile
@@ -1,8 +1,8 @@
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 cryptography \
5
- azure-mgmt-resource azure-storage keystoneauth1==3.7.0 python-swiftclient flask && \
+RUN apt-get update -y && apt-get install -y python python-psycopg2 python-pip python-flask python-six && \
+ pip install cryptography eventlet boto3 google-cloud-storage future bcrypt pycrypto \
+ azure-mgmt-resource azure-storage keystoneauth1==3.7.0 python-swiftclient && \
6
apt-get remove -y python-pip && \
7
apt-get autoremove -y && \
8
rm -rf /var/lib/apt/lists/*
0 commit comments