Compare commits
No commits in common. "ad79c5e0eb6c7646b1e040198f18d74bdff8b368" and "5f4a01a78180e18f0a712f6e0bdbf4ac8222f771" have entirely different histories.
ad79c5e0eb
...
5f4a01a781
@ -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 && \
|
||||
|
||||
Reference in New Issue
Block a user