Skip to content

Commit 34444a9

Browse files
cdeckerrustyrussell
authored andcommitted
docker: Added clang to build dependencies
1 parent 7572c22 commit 34444a9

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

contrib/Dockerfile.builder

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ RUN apt-get -qq update && \
88
apt-get -qq install --no-install-recommends --allow-unauthenticated -yy \
99
autoconf \
1010
automake \
11+
clang \
1112
eatmydata \
1213
software-properties-common \
1314
build-essential \

contrib/Dockerfile.builder.i386

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ RUN apt-get -qq update && \
88
apt-get -qq install --no-install-recommends --allow-unauthenticated -yy \
99
autoconf \
1010
automake \
11+
clang \
1112
eatmydata \
1213
software-properties-common \
1314
build-essential \

0 commit comments

Comments
 (0)