mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-22 06:01:05 -05:00
Ensure TFLint plugin directory is correctly set (#2960)
This commit is contained in:
parent
a425bc8f79
commit
ec0662756d
1 changed files with 5 additions and 0 deletions
|
@ -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=base_image /root/.tflint.d/ /root/.tflint.d/
|
||||||
COPY --from=python_builder /venvs/ /venvs/
|
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 #
|
# Install Composer after all Libs have been copied #
|
||||||
####################################################
|
####################################################
|
||||||
|
|
Loading…
Reference in a new issue