mirror of
https://github.com/codecov/codecov-action.git
synced 2026-02-14 06:57:26 +00:00
Don't need sudo
This commit is contained in:
parent
75d10d924b
commit
886c7c8bc8
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 sudo apt update && sudo apt install -y curl
|
RUN apt update && apt install -y curl
|
||||||
|
|
||||||
RUN chmod +x /app/entrypoint.sh
|
RUN chmod +x /app/entrypoint.sh
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue