Files
okd-git-poller/Containerfile
2022-09-02 18:53:17 +02:00

6 lines
160 B
Docker

FROM codycode/okd-tools:4.10.0
RUN apk --no-cache add zsh jq git
COPY check_all.sh git_askpass.sh .
RUN chmod +x check_all.sh git_askpass.sh
CMD ./check_all.sh