Skip to content

Commit

Permalink
Merge pull request #10 from codecov/drazisil-patch-1
Browse files Browse the repository at this point in the history
install git and mercurial
  • Loading branch information
drazisil committed Aug 24, 2019
2 parents 899e5c9 + e78f79e commit cb218a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ FROM ubuntu:latest
WORKDIR /app
COPY . /app

RUN apt update && apt install -y curl
RUN apt update && apt install -y curl git mercurial

RUN chmod +x /app/entrypoint.sh

Expand Down

0 comments on commit cb218a0

Please sign in to comment.