mirror of
https://github.com/codecov/codecov-action.git
synced 2026-02-08 03:57:26 +00:00
no need for apk
This commit is contained in:
parent
cbad155b75
commit
e61b738355
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ FROM ubuntu:latest
|
|||
WORKDIR /app
|
||||
COPY . /app
|
||||
|
||||
RUN apk add --no-cache curl bash git
|
||||
# RUN apk add --no-cache curl bash git
|
||||
|
||||
RUN chmod +x /app/entrypoint.sh
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue