Disable CGO when building RPM package

This commit is contained in:
Frédéric Guillot 2023-06-22 21:15:00 -07:00
parent 30288fec8d
commit 257ef7e573
1 changed files with 1 additions and 0 deletions

View File

@ -1,4 +1,5 @@
FROM golang:1 AS build
ENV CGO_ENABLED=0
ADD . /go/src/app
WORKDIR /go/src/app
RUN make miniflux