ci: add curl to build dependencies
This commit is contained in:
parent
413a1fb0f8
commit
b1dc78d21f
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user