Browse Source

docker: Added clang to build dependencies

ppa-0.6.1
Christian Decker 7 years ago
committed by Rusty Russell
parent
commit
34444a99f9
  1. 1
      contrib/Dockerfile.builder
  2. 1
      contrib/Dockerfile.builder.i386

1
contrib/Dockerfile.builder

@ -8,6 +8,7 @@ RUN apt-get -qq update && \
apt-get -qq install --no-install-recommends --allow-unauthenticated -yy \
autoconf \
automake \
clang \
eatmydata \
software-properties-common \
build-essential \

1
contrib/Dockerfile.builder.i386

@ -8,6 +8,7 @@ RUN apt-get -qq update && \
apt-get -qq install --no-install-recommends --allow-unauthenticated -yy \
autoconf \
automake \
clang \
eatmydata \
software-properties-common \
build-essential \

Loading…
Cancel
Save