add libc-dev

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
This commit is contained in:
Bo-Yi Wu 2019-01-17 00:42:45 +08:00
parent a3ba33ec71
commit 8e62f97847

View File

@ -53,7 +53,7 @@ pipeline:
environment:
- GO111MODULE=on
commands:
- apk update && apk add git openssh openrc make gcc
- apk update && apk add git openssh openrc make gcc libc-dev
- make ssh-server
- make test
- make coverage