mirror of
https://github.com/CodelyTV/pr-size-labeler.git
synced 2025-02-20 12:02:49 -05:00
7 lines
122 B
Docker
7 lines
122 B
Docker
FROM alpine:3.10
|
|
|
|
RUN apk add --no-cache bash curl jq bc
|
|
|
|
ADD entrypoint.sh /entrypoint.sh
|
|
|
|
ENTRYPOINT ["/entrypoint.sh"]
|