Skip to content

Commit ec06627

Browse files
authored
Ensure TFLint plugin directory is correctly set (super-linter#2960)
1 parent a425bc8 commit ec06627

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Dockerfile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -376,6 +376,11 @@ COPY --from=base_image /home/r-library /home/r-library
376376
COPY --from=base_image /root/.tflint.d/ /root/.tflint.d/
377377
COPY --from=python_builder /venvs/ /venvs/
378378

379+
##################################
380+
# Configure TFLint plugin folder #
381+
##################################
382+
ENV TFLINT_PLUGIN_DIR="/root/.tflint.d/plugins"
383+
379384
####################################################
380385
# Install Composer after all Libs have been copied #
381386
####################################################

0 commit comments

Comments
 (0)