From 5a245a959aefab992ade3bab3f1b923a352c4f8e Mon Sep 17 00:00:00 2001 From: Chris McNabb Date: Sun, 10 Jan 2016 08:09:34 -0600 Subject: [PATCH] https://github.com/mattn/go-sqlite3 is cgo, so CGO_ENABLED must be true --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 507a856..8aa4348 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -14,7 +14,7 @@ go-build: <<: *go command: sh -c 'go get -v && go build -ldflags ''-s'' -o migrater' environment: - CGO_ENABLED: 0 + CGO_ENABLED: 1 postgres: image: postgres mysql: