Explorar o código

Disable CGO when building RPM package

Frédéric Guillot %!s(int64=2) %!d(string=hai) anos
pai
achega
257ef7e573
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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