Skip to content

Commit

Permalink
Merge pull request containernetworking#14 from dougbtv/disable_cgo
Browse files Browse the repository at this point in the history
Bug 1752008: Adds ENV CGO_ENABLED=0 to disable building with cgo
  • Loading branch information
openshift-merge-robot authored Sep 13, 2019
2 parents 8a8e3ae + e5609c8 commit 446a8c7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ FROM openshift/origin-release:golang-1.10 as builder
ADD . /usr/src/plugins

WORKDIR /usr/src/plugins
ENV CGO_ENABLED=0
RUN ./build_linux.sh && \
cd /usr/src/plugins/bin

Expand Down

0 comments on commit 446a8c7

Please sign in to comment.