Compare commits

...

2 Commits

Author SHA1 Message Date
Joe Becher
cb218a0977 Merge pull request #10 from codecov/drazisil-patch-1
install git and mercurial
2019-08-24 13:14:58 -04:00
Joe Becher
e78f79e460 install git and mercurial 2019-08-24 13:13:04 -04:00

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