fix: Dockerfile if INSTALL_ALL is not defined (#233)

This commit is contained in:
balihb 2021-09-30 14:23:07 +02:00 committed by GitHub
commit 3bdcf51a97
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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