Skip to content

Commit 150ca73

Browse files
committed
Add default clang to ubuntu images
1 parent e9d1851 commit 150ca73

File tree

5 files changed

+5
-0
lines changed

5 files changed

+5
-0
lines changed

images/env-ubuntu/16.04/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ RUN apt-get update
77
# compilers and tools
88
RUN apt-get install -y \
99
ccache \
10+
clang \
1011
clang-3.5 \
1112
clang-3.6 \
1213
clang-3.7 \

images/env-ubuntu/18.04/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ RUN apt-get update
77
# compilers and tools
88
RUN apt-get install -y \
99
ccache \
10+
clang \
1011
clang-3.9 \
1112
clang-4.0 \
1213
clang-5.0 \

images/env-ubuntu/20.04/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ RUN apt-get update
77
# compilers and tools
88
RUN apt-get install -y \
99
ccache \
10+
clang \
1011
clang-6.0 \
1112
clang-7 \
1213
clang-8 \

images/env-ubuntu/22.04/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ RUN apt-get update
77
# compilers and tools
88
RUN apt-get install -y \
99
ccache \
10+
clang \
1011
clang-11 \
1112
clang-12 \
1213
clang-13 \

images/env-ubuntu/24.04/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ RUN apt-get update
77
# compilers and tools
88
RUN apt-get install -y \
99
ccache \
10+
clang \
1011
clang-14 \
1112
clang-15 \
1213
clang-16 \

0 commit comments

Comments
 (0)