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:
Christian Decker 2018-03-27 23:06:25 +02:00 committed by Rusty Russell
parent f341b508e1
commit f2e81fde44
2 changed files with 2 additions and 0 deletions

View file

@ -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 \

View file

@ -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 \