Add caching example

This commit is contained in:
Nandor Kracser 2018-11-25 15:59:05 +01:00
parent 3e75960263
commit 3e6f728533
3 changed files with 37 additions and 1 deletions

View file

@ -2,4 +2,4 @@ FROM alpine:3.8
RUN apk add --update git
ENTRYPOINT [ "/usr/bin/plugin.sh" ]
RUN apk add --update jq