Compare commits

..

No commits in common. "5f4a01a78180e18f0a712f6e0bdbf4ac8222f771" and "d92a0cccebbe5877507b78fc1879ec02db234883" have entirely different histories.

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 terragrunt terraform
dnf install -y make cmake gcc gcc-c++ rpm rpmdevtools wget tar gzip go nfpm
# Cleanup
RUN dnf clean all && \