From ec0662756da93f1e3aad4df049712df7d764d143 Mon Sep 17 00:00:00 2001 From: Tibo Delor Date: Fri, 27 May 2022 00:04:20 +1000 Subject: [PATCH] Ensure TFLint plugin directory is correctly set (#2960) --- Dockerfile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Dockerfile b/Dockerfile index 508e2fa7..8a16c08e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -376,6 +376,11 @@ COPY --from=base_image /home/r-library /home/r-library COPY --from=base_image /root/.tflint.d/ /root/.tflint.d/ COPY --from=python_builder /venvs/ /venvs/ +################################## +# Configure TFLint plugin folder # +################################## +ENV TFLINT_PLUGIN_DIR="/root/.tflint.d/plugins" + #################################################### # Install Composer after all Libs have been copied # ####################################################