mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-03-03 10:46:58 +01:00
travis: Updated docker builder images to include cppcheck
It's a check dependency from PR #1262. Signed-off-by: Christian Decker <decker.christian@gmail.com>
This commit is contained in:
parent
f341b508e1
commit
f2e81fde44
2 changed files with 2 additions and 0 deletions
|
@ -10,6 +10,7 @@ RUN apt-get -qq update && \
|
||||||
autoconf \
|
autoconf \
|
||||||
automake \
|
automake \
|
||||||
clang \
|
clang \
|
||||||
|
cppcheck \
|
||||||
eatmydata \
|
eatmydata \
|
||||||
software-properties-common \
|
software-properties-common \
|
||||||
build-essential \
|
build-essential \
|
||||||
|
|
|
@ -10,6 +10,7 @@ RUN apt-get -qq update && \
|
||||||
autoconf \
|
autoconf \
|
||||||
automake \
|
automake \
|
||||||
clang \
|
clang \
|
||||||
|
cppcheck \
|
||||||
eatmydata \
|
eatmydata \
|
||||||
software-properties-common \
|
software-properties-common \
|
||||||
build-essential \
|
build-essential \
|
||||||
|
|
Loading…
Add table
Reference in a new issue