ci: add curl to build dependencies
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
FROM golang:1.22.1-alpine3.19 as build
|
||||
|
||||
RUN apk add make git
|
||||
RUN apk add make git curl
|
||||
|
||||
WORKDIR /code
|
||||
|
||||
|
Reference in New Issue
Block a user