6 lines
68 B
Docker
6 lines
68 B
Docker
FROM alpine:3.20
|
|
|
|
RUN apk add --update git
|
|
|
|
RUN apk add --update jq
|