Cannot run custom drone build: docker "no such file or directory"

I am trying to build drone under my done instance and publish a docker image using simplified official drone.yml.

When I try to use new image I get:

root@build-server-vm:~# docker run -it syncloud/drone /bin/drone-server --help
standard_init_linux.go:187: exec user process caused “no such file or directory”

When I extract contents of this docker image, it starts to work:
./bin/drone-server --version
drone-server version 0.8.2

While old one is seems fine:
root@build-server-vm:~# docker run -it drone/drone:0.8.1 /bin/drone-server --help
FATA[0000] DRONE_HOST is not properly configured

docker image inspect shows no difference in those images. File listing is also the same.

Here is my drone.yml: https://github.com/cyberb/drone/blob/master/.drone.yml

Sorry my bad, docker pull fixed this problem, also I did not run yarn at all.

May be you should be use it.

GOARCH=amd64 CGO_ENABLED=0 GOOS=linux go build .