Sfoglia il codice sorgente

Disable CGO when building RPM package

Frédéric Guillot 2 anni fa
parent
commit
257ef7e573
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      packaging/rpm/Dockerfile

+ 1 - 0
packaging/rpm/Dockerfile

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