From 5ef6651c4302e6e2fb546a56b6921327e998348e Mon Sep 17 00:00:00 2001 From: Vanessa Sochat Date: Thu, 31 Jan 2019 19:06:19 -0500 Subject: [PATCH] missing jq --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 1d10fc5..7202bbb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,6 +7,7 @@ LABEL "com.github.actions.description"="Create a pull request when a branch is c LABEL "com.github.actions.icon"="activity" LABEL "com.github.actions.color"="yellow" +RUN apt-get update && apt-get install -y jq COPY pull-request.sh /pull-request.sh RUN chmod u+x /pull-request.sh