From a28d0da1bd1b6794122bbc6e92be8bd4612198d4 Mon Sep 17 00:00:00 2001 From: Thomas Khalil Date: Fri, 20 Nov 2020 13:23:05 +0100 Subject: [PATCH] install pre-commit and checkov --- jenkins-jnlp-slave/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jenkins-jnlp-slave/Dockerfile b/jenkins-jnlp-slave/Dockerfile index 4e75a94..13bf58b 100644 --- a/jenkins-jnlp-slave/Dockerfile +++ b/jenkins-jnlp-slave/Dockerfile @@ -29,7 +29,7 @@ RUN apt-get update && apt-get dist-upgrade -y \ && unzip awscliv2.zip && ./aws/install && rm awscliv2.zip && rm -rf aws \ #### install boto3 - && pip3 install -U boto3 \ + && pip3 install -U boto3 checkov pre-commit \ #### install ansible && pip3 install ansible==${ANSIBLE_VERSION} \