Jack Jackson dc73161dd9 First pass
Next steps:
* Update other repos to use this
* Blog about it :P
2022-10-25 16:31:49 -07:00

10 lines
141 B
Docker

FROM alpine/git
RUN apk update
# For envsubst
RUN apk add gettext
ADD script.sh /bin
RUN chmod +x /bin/script.sh
ENTRYPOINT /bin/script.sh