Skip to content

Commit 74071f9

Browse files
committed
add missing lib
1 parent 38754b5 commit 74071f9

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,6 +1,6 @@
11
FROM debian:9.4-slim
22

3-
RUN apt-get update -y && apt-get install -y python python-psycopg2 python-pip && \
3+
RUN apt-get update -y && apt-get install -y python python-psycopg2 python-pip python-six && \
44
pip install boto3 google-cloud-storage eventlet \
55
azure-mgmt-resource azure-storage keystoneauth1==3.7.0 python-swiftclient && \
66
apt-get remove -y python-pip && \

0 commit comments

Comments
 (0)