5 lines
67 B
Text
5 lines
67 B
Text
FROM alpine:3.8
|
|
|
|
RUN apk add --update git
|
|
|
|
RUN apk add --update jq
|