Compare commits

...

2 Commits

Author SHA1 Message Date
5f4a01a781 Merge pull request 'feat: terraform builder' (#6) from neoloc/terraform into master
All checks were successful
Deploy / build (push) Successful in 1m27s
Reviewed-on: https://git.query.consul/unkin/docker-almalinux-buildrunner/pulls/6
2024-12-28 14:41:59 +11:00
3bfd67987c feat: terraform builder
All checks were successful
Build / build (pull_request) Successful in 2m21s
- enable managing terraform jobs
2024-12-28 14:30:37 +11:00

View File

@ -9,7 +9,7 @@ RUN dnf module enable -y nodejs:20 && \
RUN dnf clean all && \ RUN dnf clean all && \
dnf makecache && \ dnf makecache && \
dnf groupinstall -y 'Development Tools' && \ 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 # Cleanup
RUN dnf clean all && \ RUN dnf clean all && \