pr-size-labeler/Dockerfile

8 lines
122 B
Text
Raw Normal View History

2020-02-27 07:46:56 +01:00
FROM alpine:3.10
RUN apk add --no-cache bash curl jq bc
ADD entrypoint.sh /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]