diff --git a/Dockerfile b/Dockerfile index 484bf443c..c4e5f42ea 100644 --- a/Dockerfile +++ b/Dockerfile @@ -64,7 +64,8 @@ RUN add-apt-repository ppa:git-core/ppa --yes \ RUN curl --remote-name --location https://releases.hashicorp.com/terraform/1.9.8/terraform_1.9.8_linux_amd64.zip \ && unzip terraform_1.9.8_linux_amd64.zip \ && mv terraform /usr/bin \ - && rm LICENSE.txt terraform_1.9.8_linux_amd64.zip + && rm LICENSE.txt terraform_1.9.8_linux_amd64.zip \ + && terraform version # make sure it works # INSTALL LEO RUN curl --location https://github.com/iterative/terraform-provider-iterative/releases/latest/download/leo_linux_amd64 \