ci: add curl to build dependencies

This commit is contained in:
Achraf RRAMI
2024-03-13 23:33:02 +00:00
committed by GitHub
parent 413a1fb0f8
commit b1dc78d21f

View File

@ -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