mirror of
https://github.com/ElementsProject/lightning.git
synced 2024-11-19 18:11:28 +01:00
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:
parent
723b64036f
commit
36c335fb09
@ -29,6 +29,7 @@ RUN apt-get -qq update && \
|
||||
python3-pip \
|
||||
python3-setuptools \
|
||||
python-pkg-resources \
|
||||
shellcheck \
|
||||
wget && \
|
||||
rm -rf /var/lib/apt/lists/*
|
||||
|
||||
|
@ -29,6 +29,7 @@ RUN apt-get -qq update && \
|
||||
python3-pip \
|
||||
python3-setuptools \
|
||||
python-pkg-resources \
|
||||
shellcheck \
|
||||
wget && \
|
||||
rm -rf /var/lib/apt/lists/*
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user