Skip to content

Commit

Permalink
Merge pull request #16 from nickarellano/feature/ee-cloud-terraform
Browse files Browse the repository at this point in the history
feat(ee-cloud): ensure that terraform is installed in the container
  • Loading branch information
nickarellano authored Feb 26, 2024
2 parents 012db7c + 434843d commit b152104
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
__pycache__
context/
_build
Dockerfile
Containerfile
6 changes: 6 additions & 0 deletions environments/cloud/execution-environment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,11 @@ dependencies:
galaxy: requirements.yaml
python: requirements.txt

additional_build_steps:
prepend_final:
- RUN /usr/bin/microdnf install -y yum-utils
- RUN yum-config-manager --add-repo https://rpm.releases.hashicorp.com/RHEL/hashicorp.repo
- RUN /usr/bin/microdnf install -y terraform

options:
package_manager_path: /usr/bin/microdnf

0 comments on commit b152104

Please sign in to comment.