curl is missing

This commit is contained in:
Vanessa Sochat
2019-02-01 11:49:59 -05:00
parent b3aef27278
commit a5ea3d441c
2 changed files with 4 additions and 1 deletions

View File

@@ -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
RUN apt-get update && apt-get install -y jq curl
COPY pull-request.sh /pull-request.sh
RUN chmod u+x /pull-request.sh