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.
stack/drone-starlark/Dockerfile

7 lines
144 B
Docker
Raw Normal View History

2020-04-26 11:43:26 +00:00
FROM drone/drone-convert-starlark
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
CMD sh /run.sh