This repository has been archived on 2024-05-25. You can view files and clone it, but cannot push or open issues or pull requests.
plugin-kaniko/Dockerfile.test
2018-11-21 15:45:09 +01:00

5 lines
79 B
Text

FROM alpine:3.8
RUN apk add --update git
ENTRYPOINT [ "/usr/bin/plugin.sh" ]