drone/drone-starlark/Dockerfile

8 lines
171 B
Docker
Raw Normal View History

2020-05-10 16:16:11 +00:00
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