Compare commits
1 Commits
05c69bc89b
...
1de8a88b9b
| Author | SHA1 | Date | |
|---|---|---|---|
| 1de8a88b9b |
@ -9,9 +9,13 @@ RUN dnf clean all && \
|
|||||||
RUN dnf module enable -y nodejs:20 && \
|
RUN dnf module enable -y nodejs:20 && \
|
||||||
dnf install -y nodejs
|
dnf install -y nodejs
|
||||||
|
|
||||||
# Install build-essential
|
# Install build tools and dependencies for building RPMs
|
||||||
RUN dnf groupinstall -y 'Development Tools' && \
|
RUN dnf groupinstall -y 'Development Tools' && \
|
||||||
dnf install -y make cmake gcc gcc-c++ rpm rpmdevtools wget
|
dnf install -y make cmake gcc gcc-c++ rpm rpmdevtools wget tar gzip go
|
||||||
|
|
||||||
|
# Install nfpm using the RPM package
|
||||||
|
RUN dnf install -y https://github.com/goreleaser/nfpm/releases/download/v${NFPM_VERSION}/nfpm-${NFPM_VERSION}-1.x86_64.rpm
|
||||||
|
|
||||||
|
|
||||||
# Cleanup
|
# Cleanup
|
||||||
RUN dnf clean all && \
|
RUN dnf clean all && \
|
||||||
|
|||||||
Reference in New Issue
Block a user