Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
0x2b3bfa0 authored Oct 24, 2024
1 parent ba6ead4 commit a372b07
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit a372b07

Please sign in to comment.