From 6e218786a089c02df1b67c719999d9e0ffee2f11 Mon Sep 17 00:00:00 2001 From: Vanessa Sochat Date: Fri, 1 Feb 2019 13:11:33 -0500 Subject: [PATCH] git needs to be in container --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a6a87c4..e60093f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +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 curl wget +RUN apt-get update && apt-get install -y jq curl wget git RUN wget https://github.com/github/hub/releases/download/v2.8.4/hub-linux-amd64-2.8.4.tgz && \ tar -xzvf hub-linux-amd64-2.8.4.tgz ENV PATH ${PATH}:/hub-linux-amd64-2.8.4/bin