Ensure TFLint plugin directory is correctly set (#2960)

This commit is contained in:
Tibo Delor 2022-05-27 00:04:20 +10:00 committed by GitHub
parent a425bc8f79
commit ec0662756d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 #
####################################################