mirror of
https://github.com/codecov/codecov-action.git
synced 2025-12-23 20:27:02 +08:00
Don't need sudo
This commit is contained in:
@@ -5,7 +5,7 @@ FROM ubuntu:latest
|
||||
WORKDIR /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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user