Merge pull request #10 from codecov/drazisil-patch-1

install git and mercurial
This commit is contained in:
Joe Becher 2019-08-24 13:14:58 -04:00 committed by GitHub
commit cb218a0977
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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