Files
action-depup/Dockerfile
2020-12-13 05:32:07 +00:00

8 lines
139 B
Docker

FROM alpine:3.12
RUN apk --no-cache add git jq curl grep coreutils perl
COPY entrypoint.sh /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]