contrib: Updated the builder images to include shellcheck

As requested in #1319

Signed-off-by: Christian Decker <decker.christian@gmail.com>
This commit is contained in:
Christian Decker 2018-04-04 14:30:44 +02:00 committed by Rusty Russell
parent 723b64036f
commit 36c335fb09
2 changed files with 2 additions and 0 deletions

View File

@ -29,6 +29,7 @@ RUN apt-get -qq update && \
python3-pip \
python3-setuptools \
python-pkg-resources \
shellcheck \
wget && \
rm -rf /var/lib/apt/lists/*

View File

@ -29,6 +29,7 @@ RUN apt-get -qq update && \
python3-pip \
python3-setuptools \
python-pkg-resources \
shellcheck \
wget && \
rm -rf /var/lib/apt/lists/*