Skip to content
This repository was archived by the owner on Oct 3, 2023. It is now read-only.

Commit 4c96824

Browse files
committed
Fixed build instructions
1 parent 27294ee commit 4c96824

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/vexctl/Dockerfile.template

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ EOF
1414
WORKDIR /go/src/github.com/chainguard-dev/vex
1515
ARG name
1616
ARG version
17+
ENV CGO_ENABLED=0
1718
RUN <<EOF
1819
git clone -q --config advice.detachedHead=false --depth 1 --branch "v${version}" https://github.com/chainguard-dev/vex .
1920
make

0 commit comments

Comments
 (0)