mirror of
https://github.com/codecov/codecov-action.git
synced 2025-12-23 20:27:02 +08:00
Merge pull request #10 from codecov/drazisil-patch-1
install git and mercurial
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user