mirror of
https://github.com/tofuutils/pre-commit-opentofu.git
synced 2025-10-15 17:38:54 +02:00
fix: Dockerfile if INSTALL_ALL is not defined (#233)
This commit is contained in:
parent
98a8e4048f
commit
3bdcf51a97
1 changed files with 2 additions and 0 deletions
|
|
@ -59,6 +59,8 @@ RUN if [ "$INSTALL_ALL" != "false" ]; then \
|
|||
echo "export TERRASCAN_VERSION=latest" >> /.env && \
|
||||
echo "export TFLINT_VERSION=latest" >> /.env && \
|
||||
echo "export TFSEC_VERSION=latest" >> /.env \
|
||||
; else \
|
||||
touch /.env \
|
||||
; fi
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue