Skip to content

Commit a141730

Browse files
committed
add missing lib
1 parent 972a5b0 commit a141730

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/gc/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
FROM debian:9.4-slim
22

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 && \
3+
RUN apt-get update -y && apt-get install -y python python-psycopg2 python-pip python-flask python-six && \
4+
pip install cryptography eventlet boto3 google-cloud-storage future bcrypt pycrypto \
5+
azure-mgmt-resource azure-storage keystoneauth1==3.7.0 python-swiftclient && \
66
apt-get remove -y python-pip && \
77
apt-get autoremove -y && \
88
rm -rf /var/lib/apt/lists/*

0 commit comments

Comments
 (0)