Skip to content

Commit e8b4233

Browse files
committed
ubuntu: add Python 3 version of six
The `python-six` package provides the python 2 version, ensure that we also have the python 3 version by adding `python3-six`.
1 parent 54c0ad6 commit e8b4233

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

swift-ci/master/ubuntu/20.04/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ RUN apt -y update && apt -y install \
2121
pkg-config \
2222
python \
2323
python-six \
24+
python3-six \
2425
python3-distutils \
2526
rsync \
2627
swig \

0 commit comments

Comments
 (0)