Skip to content

Commit 1cbf01e

Browse files
committed
Install clang in Dockerfile
1 parent a9942a2 commit 1cbf01e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

swift-ci/sdks/android/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ ARG SWIFT_TOOLCHAIN_URL=
1818
RUN apt-get -q update \
1919
&& DEBIAN_FRONTEND=noninteractive apt-get -q install -y \
2020
build-essential \
21+
clang \
2122
cmake \
2223
ninja-build \
2324
python3 \

0 commit comments

Comments
 (0)