Skip to content

Commit

Permalink
update docker building
Browse files Browse the repository at this point in the history
  • Loading branch information
Bas Wegh committed Jul 21, 2017
1 parent 5d2982b commit a581487
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions utils/build_docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ echo "done"
echo -n " sling ... "
go get github.com/dghubble/sling
echo "done"
echo -n " go-config ... "
go get github.com/zpatrick/go-config
echo "done"
echo -n "building orchent ... "
CGO_ENABLED=0 GOOS=linux go build -a -v -o $ORCHENT ${GOPATH}/orchent.go
echo "done"
Expand Down

0 comments on commit a581487

Please sign in to comment.