From 36c335fb098bd01df33529fda2ad2131c12ec6d2 Mon Sep 17 00:00:00 2001 From: Christian Decker Date: Wed, 4 Apr 2018 14:30:44 +0200 Subject: [PATCH] contrib: Updated the builder images to include shellcheck As requested in #1319 Signed-off-by: Christian Decker --- contrib/Dockerfile.builder | 1 + contrib/Dockerfile.builder.i386 | 1 + 2 files changed, 2 insertions(+) diff --git a/contrib/Dockerfile.builder b/contrib/Dockerfile.builder index eca431235..4f00d440f 100644 --- a/contrib/Dockerfile.builder +++ b/contrib/Dockerfile.builder @@ -29,6 +29,7 @@ RUN apt-get -qq update && \ python3-pip \ python3-setuptools \ python-pkg-resources \ + shellcheck \ wget && \ rm -rf /var/lib/apt/lists/* diff --git a/contrib/Dockerfile.builder.i386 b/contrib/Dockerfile.builder.i386 index 6c5a84eb7..1684c9de3 100644 --- a/contrib/Dockerfile.builder.i386 +++ b/contrib/Dockerfile.builder.i386 @@ -29,6 +29,7 @@ RUN apt-get -qq update && \ python3-pip \ python3-setuptools \ python-pkg-resources \ + shellcheck \ wget && \ rm -rf /var/lib/apt/lists/*