feat: deploy terraform/terragrunt for alma9
All checks were successful
Build / build (pull_request) Successful in 2m26s

This commit is contained in:
Ben Vincent 2024-12-28 14:57:29 +11:00
parent 5f4a01a781
commit b33491571b

View File

@ -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 && \