Merge pull request 'feat: terraform builder' (#6) from neoloc/terraform into master
Deploy / build (push) Successful in 1m27s
Deploy / build (push) Successful in 1m27s
Reviewed-on: https://git.query.consul/unkin/docker-almalinux-buildrunner/pulls/6
This commit was merged in pull request #6.
This commit is contained in:
@@ -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 && \
|
||||||
|
|||||||
Reference in New Issue
Block a user