feat: use alpine, install make
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Settel 2022-11-04 22:05:43 +01:00
parent 8f7ec91912
commit 884304a33f

View File

@ -10,6 +10,6 @@ pipeline:
backend: backend:
image: golang:1.18-alpine image: golang:1.18-alpine
commands: commands:
- apk add go-bindata - apk add make go-bindata
- make -C server setup - make -C server setup
- make -C server build - make -C server build