1
0
Fork 0

add Dockerfile build upon alpine:latest and installing curl and jq

master
bunix42 6 years ago
parent ef86997b78
commit ef6cf6bc6f

@ -0,0 +1,3 @@
FROM alpine:latest
RUN apk add --no-cache curl jq
Loading…
Cancel
Save