Compare commits
1 Commits
fe6cc84cba
...
3a0e93e18f
| Author | SHA1 | Date | |
|---|---|---|---|
| 3a0e93e18f |
@ -6,7 +6,9 @@ RUN dnf module enable -y nodejs:20 && \
|
||||
dnf install -y nodejs
|
||||
|
||||
# Install build tools and dependencies for building RPMs
|
||||
RUN dnf groupinstall -y 'Development Tools' && \
|
||||
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
|
||||
|
||||
# Cleanup
|
||||
|
||||
Reference in New Issue
Block a user