Skip to content

Commit cb218a0

Browse files
authored
Merge pull request #10 from codecov/drazisil-patch-1
install git and mercurial
2 parents 899e5c9 + e78f79e commit cb218a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ FROM ubuntu:latest
55
WORKDIR /app
66
COPY . /app
77

8-
RUN apt update && apt install -y curl
8+
RUN apt update && apt install -y curl git mercurial
99

1010
RUN chmod +x /app/entrypoint.sh
1111

0 commit comments

Comments
 (0)