Fix docker build steps.
Docker 1.12 completely broke setting entrypoints on import, so we need to switch to using an actual Dockerfile.
This commit is contained in:
@@ -3,7 +3,7 @@ services:
|
||||
- docker
|
||||
language: go
|
||||
go:
|
||||
- '1.6'
|
||||
- '1.7'
|
||||
script:
|
||||
- make all
|
||||
- make docker
|
||||
|
||||
Reference in New Issue
Block a user