Skip to content

Commit

Permalink
build(dev): disable CGO
Browse files Browse the repository at this point in the history
  • Loading branch information
EtienneM committed Oct 15, 2024
1 parent 36c2f23 commit a4f2d78
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 @@ -4,5 +4,6 @@ RUN go install github.com/cespare/reflex@latest
ADD . /go/src/github.com/Scalingo/sand
WORKDIR /go/src/github.com/Scalingo/sand
EXPOSE 9999
ENV CGO_ENABLED=0
RUN go install -buildvcs=false github.com/Scalingo/sand/cmd/...
CMD /go/bin/sand

0 comments on commit a4f2d78

Please sign in to comment.