mirror of
https://github.com/codecov/codecov-action.git
synced 2026-02-11 05:27:24 +00:00
install git and mercurial
This commit is contained in:
parent
899e5c913e
commit
e78f79e460
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ FROM ubuntu:latest
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
COPY . /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
|
RUN chmod +x /app/entrypoint.sh
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue