5 lines
68 B
Text
5 lines
68 B
Text
FROM alpine:3.20
|
|
|
|
RUN apk add --update git
|
|
|
|
RUN apk add --update jq
|