THRIFT-2103 [python] Support for SSL certificates with Subject Alternative Names
diff --git a/build/docker/debian/Dockerfile b/build/docker/debian/Dockerfile
index ed5d348..b9e1da7 100644
--- a/build/docker/debian/Dockerfile
+++ b/build/docker/debian/Dockerfile
@@ -63,8 +63,8 @@
python-support \
python-twisted \
python-zope.interface \
- python-six \
- python3-six
+ python-pip \
+ python3-pip
# Ruby dependencies
RUN apt-get update && apt-get install -y \
diff --git a/build/docker/ubuntu/Dockerfile b/build/docker/ubuntu/Dockerfile
index 55c6a02..64baba9 100644
--- a/build/docker/ubuntu/Dockerfile
+++ b/build/docker/ubuntu/Dockerfile
@@ -63,8 +63,8 @@
python-support \
python-twisted \
python-zope.interface \
- python-six \
- python3-six
+ python-pip \
+ python3-pip
# Ruby dependencies
RUN apt-get update && apt-get install -y \