Browse Source

contrib: Updated the builder images to include shellcheck

As requested in #1319

Signed-off-by: Christian Decker <decker.christian@gmail.com>
ppa-0.6.1
Christian Decker 7 years ago
committed by Rusty Russell
parent
commit
36c335fb09
  1. 1
      contrib/Dockerfile.builder
  2. 1
      contrib/Dockerfile.builder.i386

1
contrib/Dockerfile.builder

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

1
contrib/Dockerfile.builder.i386

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

Loading…
Cancel
Save