Compare commits

..

1 Commits

Author SHA1 Message Date
fe6cc84cba feat: change to nfpm from rpms
Some checks failed
Build / build (pull_request) Failing after 1m17s
- nfpm has been packaged and stored in unkin repo
2024-12-02 22:00:38 +11:00

View File

@ -6,9 +6,7 @@ RUN dnf module enable -y nodejs:20 && \
dnf install -y nodejs
# Install build tools and dependencies for building RPMs
RUN dnf clean all && \
dnf makecache && \
dnf groupinstall -y 'Development Tools' && \
RUN dnf groupinstall -y 'Development Tools' && \
dnf install -y make cmake gcc gcc-c++ rpm rpmdevtools wget tar gzip go nfpm
# Cleanup