From 3adec0b654890787930daf2adfac8c7f158dbf10 Mon Sep 17 00:00:00 2001 From: Lee Yarwood Date: Fri, 4 Nov 2022 15:17:24 +0000 Subject: [PATCH] image: Add shellcheck to the image (#10) This needs to be a separate step in order for our post submit jobs to trigger and build the new image. This then needs to be used by our pre-submit job before adding the use of shellcheck to the lint script. Signed-off-by: Lee Yarwood Signed-off-by: Lee Yarwood --- image/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/image/Dockerfile b/image/Dockerfile index 3cfb3f3c..f269ebac 100644 --- a/image/Dockerfile +++ b/image/Dockerfile @@ -16,7 +16,7 @@ FROM quay.io/fedora/fedora-minimal:36 -RUN microdnf install -y make git golang python3-pip tar && microdnf clean all -y +RUN microdnf install -y make git golang python3-pip tar ShellCheck && microdnf clean all -y # yamllint bashate openapi2jsonschema RUN pip install yamllint bashate openapi2jsonschema && pip cache purge