Skip to content

Commit 972a5b0

Browse files
committed
add missing lib
1 parent 2509d71 commit 972a5b0

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 python-six && \
4-
pip install boto3 google-cloud-storage eventlet \
4+
pip install boto3 google-cloud-storage eventlet cryptography \
55
azure-mgmt-resource azure-storage keystoneauth1==3.7.0 python-swiftclient flask && \
66
apt-get remove -y python-pip && \
77
apt-get autoremove -y && \

0 commit comments

Comments
 (0)