Skip to content

Commit 54c0ad6

Browse files
authored
Merge pull request #193 from compnerd/ubuntu-python
Ubuntu 20.04: add `python3-dev` and `python3-distutils`
2 parents d1bcea8 + 5915a61 commit 54c0ad6

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)