Skip to content

Commit 8272474

Browse files
authored
Merge pull request #197 from drexin/patch-5
Add missing dependencies to Ubuntu 20.04 CI image
2 parents a7e6536 + aa5f736 commit 8272474

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
@@ -6,6 +6,7 @@ RUN groupadd -g 998 build-user && \
66
ENV DEBIAN_FRONTEND="noninteractive"
77

88
RUN apt -y update && apt -y install \
9+
build-essential \
910
clang \
1011
cmake \
1112
git \
@@ -21,6 +22,7 @@ RUN apt -y update && apt -y install \
2122
pkg-config \
2223
python \
2324
python-six \
25+
python2-dev \
2426
python3-six \
2527
python3-distutils \
2628
rsync \

0 commit comments

Comments
 (0)