diff --git a/.drone.yml b/.drone.yml index 949729c..a333f70 100644 --- a/.drone.yml +++ b/.drone.yml @@ -53,7 +53,7 @@ pipeline: environment: - GO111MODULE=on commands: - - apk update && apk add git openssh openrc make + - apk update && apk add git openssh openrc make gcc - make ssh-server - make test - make coverage