3 lines
50 B
Docker
3 lines
50 B
Docker
|
FROM alpine:latest
|
||
|
|
||
|
RUN apk add --no-cache curl jq
|