From c7d8190de49fcfc40273c63d87e3c76bd4f8c00f Mon Sep 17 00:00:00 2001 From: Emre Erkunt Date: Thu, 1 Jul 2021 11:25:02 +0100 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a0de6714..7bf2b48c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -42,7 +42,7 @@ RUN set -ex \ && unset OLD_BASEDIR \ && rm -vrf ${TMP_DIR} \ && pip install --upgrade pip \ - && pip install terraform-compliance=="${VERSION}" \ + && pip install terraform-compliance[faster_parsing]=="${VERSION}" \ && apt-get remove -y ${BUILD_DEPS} \ && apt-get autoremove -y \ && apt-get clean -y \