Add jq to Dockerfile

This commit is contained in:
Brent Dillingham 2022-01-27 23:56:39 -05:00
parent 0971dab39c
commit 1dd393fdee

View File

@ -1,6 +1,6 @@
FROM alpine 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 RUN curl -L https://fly.io/install.sh | FLYCTL_INSTALL=/usr/local sh