Files
action-depup/Dockerfile
2020-01-19 04:27:39 +00:00

8 lines
124 B
Docker

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