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.
|
FROM drone/drone-convert-starlark:1.1.0-beta.1
|
|
COPY repos /repos
|
|
COPY run.sh /
|
|
USER root
|
|
RUN apk update
|
|
RUN apk add gettext # enables envsubst
|
|
ENTRYPOINT []
|
|
CMD sh /run.sh |