mirror of
https://github.com/codecov/codecov-action.git
synced 2026-02-17 08:21:45 +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
|
WORKDIR /app
|
||||||
COPY . /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
|
RUN chmod +x /app/entrypoint.sh
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue