Skip to content

Commit

Permalink
Include leo in helper container image.
Browse files Browse the repository at this point in the history
  • Loading branch information
dacbd authored Nov 7, 2022
1 parent 0452dc9 commit cbf6f48
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,11 @@ RUN curl --location https://apt.releases.hashicorp.com/gpg | sudo apt-key add -
&& apt-get clean \
&& rm --recursive --force /var/lib/apt/lists/*

# INSTALL LEO
RUN curl --location https://github.com/iterative/terraform-provider-iterative/releases/latest/download/leo_linux_amd64 \
--output /usr/bin/leo \
&& chmod +x /usr/bin/leo

# INSTALL PYTHON
ARG PYTHON_VERSION=3
RUN add-apt-repository universe --yes \
Expand Down

2 comments on commit cbf6f48

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Test Comment

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Test Comment

Please sign in to comment.