From 1dd393fdee9f430906b71255fdf3d9f6e872fb1c Mon Sep 17 00:00:00 2001 From: Brent Dillingham Date: Thu, 27 Jan 2022 23:56:39 -0500 Subject: [PATCH] Add jq to Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 2ea3466..6371b33 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM alpine -RUN apk add --no-cache curl +RUN apk add --no-cache curl jq RUN curl -L https://fly.io/install.sh | FLYCTL_INSTALL=/usr/local sh