This repository has been archived on 2020-08-11. You can view files and clone it, but cannot push or open issues or pull requests.
2020-04-30 23:47:07 +00:00
|
|
|
FROM drone/drone-convert-starlark:1.1.0-beta.1
|
2020-04-29 10:05:39 +00:00
|
|
|
COPY repos /repos
|
|
|
|
COPY run.sh /
|
2020-04-29 11:38:54 +00:00
|
|
|
USER root
|
|
|
|
RUN apk update
|
|
|
|
RUN apk add gettext # enables envsubst
|
2020-04-29 11:53:49 +00:00
|
|
|
ENTRYPOINT []
|
2020-04-29 11:38:54 +00:00
|
|
|
CMD sh /run.sh
|