From 82101e054ef6489d92f1f3b2abd544ea9e089a62 Mon Sep 17 00:00:00 2001 From: Valvin Date: Wed, 30 Jan 2019 22:05:04 +0100 Subject: [PATCH] add jq --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 0435d72..19fd1ac 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM alpine:edge -RUN apk --no-cache add zip libressl python2 python3 git npm \ +RUN apk --no-cache add zip libressl python2 python3 git npm jq \ ghostscript-fonts fontconfig inkscape imagemagick exiftool graphicsmagick \ && apk add --no-cache --virtual .build-deps alpine-sdk \ && npm install -g --unsafe-perm thumbsup \