Skip to content

Commit

Permalink
docker: speed up by not downloading curl
Browse files Browse the repository at this point in the history
Signed-off-by: Galo Navarro <[email protected]>
  • Loading branch information
srvaroa committed Feb 28, 2023
1 parent 6d0aa2b commit 422e517
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,5 @@ LABEL "com.github.actions.name"="Condition-based Pull Request labeller" \

WORKDIR /
ARG ASSET_URL=https://github.com/srvaroa/labeler/releases/latest/download/action.tar.gz
RUN apk --no-cache add curl
RUN curl -sSL $ASSET_URL | tar xzvf -
RUN wget -q -O- $ASSET_URL | tar xzvf -
ENTRYPOINT ["/action"]

0 comments on commit 422e517

Please sign in to comment.