Skip to content

Commit

Permalink
fix: Dockerfile if INSTALL_ALL is not defined (#233)
Browse files Browse the repository at this point in the history
  • Loading branch information
balihb authored Sep 30, 2021
1 parent 98a8e40 commit 3bdcf51
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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


Expand Down

0 comments on commit 3bdcf51

Please sign in to comment.