Skip to content

Commit

Permalink
Install git dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
darrynten committed Feb 20, 2020
1 parent f4f6f40 commit d3e570f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ FROM ubuntu:latest
LABEL "repository"="http://github.com/UnicornGlobal/has-changes-action"
LABEL "homepage"="http://github.com/UnicornGlobal/has-changes-action"

RUN apt install git
RUN apt-get update && \
apt-get upgrade -y && \
apt-get install -y git

ADD entrypoint.sh /
RUN chmod +x /entrypoint.sh
Expand Down

0 comments on commit d3e570f

Please sign in to comment.