Skip to content

Commit

Permalink
Run from a container that already includes git
Browse files Browse the repository at this point in the history
  • Loading branch information
darrynten committed Feb 20, 2020
1 parent 0c54743 commit a363d5b
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,8 @@
FROM ubuntu:latest
FROM alpine:git

LABEL "repository"="http://github.com/UnicornGlobal/has-changes-action"
LABEL "homepage"="http://github.com/UnicornGlobal/has-changes-action"

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 a363d5b

Please sign in to comment.