add Dockerfile build upon alpine:latest and installing curl and jq
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
FROM alpine:latest
|
||||
|
||||
RUN apk add --no-cache curl jq
|
||||
Reference in New Issue
Block a user