install missing deps
This commit is contained in:
@@ -23,7 +23,7 @@ test:
|
|||||||
stage: test
|
stage: test
|
||||||
image: deps.global.bsf.tools/docker/golang:1.22-alpine
|
image: deps.global.bsf.tools/docker/golang:1.22-alpine
|
||||||
before_script:
|
before_script:
|
||||||
- apk add --no-cache git
|
- apk add --no-cache git gcc musl-dev
|
||||||
script:
|
script:
|
||||||
- export CGO_ENABLED=1
|
- export CGO_ENABLED=1
|
||||||
- go mod download
|
- go mod download
|
||||||
|
|||||||
Reference in New Issue
Block a user