mirror of
https://github.com/rramiachraf/dumb.git
synced 2025-04-06 14:27:37 +03:00
ci: add curl to build dependencies
This commit is contained in:
parent
413a1fb0f8
commit
b1dc78d21f
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
FROM golang:1.22.1-alpine3.19 as build
|
FROM golang:1.22.1-alpine3.19 as build
|
||||||
|
|
||||||
RUN apk add make git
|
RUN apk add make git curl
|
||||||
|
|
||||||
WORKDIR /code
|
WORKDIR /code
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue