Skip to content

Commit

Permalink
Try to make the command quicker
Browse files Browse the repository at this point in the history
  • Loading branch information
darrynten committed Feb 20, 2020
1 parent 473eadb commit 0f6eb3d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@ FROM ubuntu:latest
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
RUN apt-get install -y git

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

0 comments on commit 0f6eb3d

Please sign in to comment.