5 lines
79 B
Text
5 lines
79 B
Text
FROM alpine:3.8
|
|
|
|
RUN apk add --update git
|
|
|
|
ENTRYPOINT [ "/usr/bin/plugin.sh" ]
|