Skip to content

Commit 5915a61

Browse files
committed
Ubuntu 20.04: add python3-dev and python3-distutils
These packages are needed to build Swift successfully with Python 3.
1 parent b600f01 commit 5915a61

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

swift-ci/master/ubuntu/20.04/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,14 @@ RUN apt -y update && apt -y install \
1414
libedit-dev \
1515
libicu-dev \
1616
libncurses5-dev \
17+
libpython3-dev \
1718
libsqlite3-dev \
1819
libxml2-dev \
1920
ninja-build \
2021
pkg-config \
2122
python \
2223
python-six \
24+
python3-distutils \
2325
rsync \
2426
swig \
2527
systemtap-sdt-dev \

0 commit comments

Comments
 (0)