We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a425bc8 commit ec06627Copy full SHA for ec06627
Dockerfile
@@ -376,6 +376,11 @@ COPY --from=base_image /home/r-library /home/r-library
376
COPY --from=base_image /root/.tflint.d/ /root/.tflint.d/
377
COPY --from=python_builder /venvs/ /venvs/
378
379
+##################################
380
+# Configure TFLint plugin folder #
381
382
+ENV TFLINT_PLUGIN_DIR="/root/.tflint.d/plugins"
383
+
384
####################################################
385
# Install Composer after all Libs have been copied #
386
0 commit comments