1 .template-docker: &template-docker
4 - apt-get install --no-install-recommends --yes build-essential ca-certificates git golang golang-golang-x-tools make openssh-server shellcheck
6 # Gitlab-runner uses umask 0000 (wtf?!) and mixes nobody and root user
7 # when setting up the environment. This breaks ssh's permission check on
9 - chown -R root:root /builds
10 - chmod -R go-w /builds
14 # Windows is not really supported, but at least check building works
15 - PATH=$HOME/go/bin:$PATH make GOOS=windows GOFLAGS=