Merge pull request 'feat: deploy terraform/terragrunt for alma9' (#7) from neoloc/terragrunt9 into master
All checks were successful
Deploy / build (push) Successful in 9m21s
All checks were successful
Deploy / build (push) Successful in 9m21s
Reviewed-on: https://git.query.consul/unkin/docker-almalinux-buildrunner/pulls/7
This commit is contained in:
commit
ad79c5e0eb
@ -9,7 +9,7 @@ RUN dnf module enable -y nodejs:20 && \
|
||||
RUN dnf clean all && \
|
||||
dnf makecache && \
|
||||
dnf groupinstall -y 'Development Tools' && \
|
||||
dnf install -y make cmake gcc gcc-c++ rpm rpmdevtools wget tar gzip go nfpm
|
||||
dnf install -y make cmake gcc gcc-c++ rpm rpmdevtools wget tar gzip go nfpm terragrunt terraform
|
||||
|
||||
# Cleanup
|
||||
RUN dnf clean all && \
|
||||
|
||||
Reference in New Issue
Block a user