From ef6cf6bc6f9ea3f39914c4c71718b47fd77ea149 Mon Sep 17 00:00:00 2001 From: bunix42 Date: Fri, 16 Feb 2018 11:22:46 +0000 Subject: [PATCH] add Dockerfile build upon alpine:latest and installing curl and jq --- Dockerfile | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 Dockerfile diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..59c9f3e --- /dev/null +++ b/Dockerfile @@ -0,0 +1,3 @@ +FROM alpine:latest + +RUN apk add --no-cache curl jq \ No newline at end of file