This repository has been archived on 2024-02-13. You can view files and clone it, but cannot push or open issues or pull requests.
balena-elixir/Dockerfile.debian.build.tpl
2019-11-30 09:13:57 +13:00

17 lines
236 B
Smarty

FROM #{FROM}
ENV LANG=C.UTF-8
#{CROSS_BUILD_START}
RUN rm -rf /builder ; mkdir /builder
COPY builder.sh shasums versions /builder/
WORKDIR /builder
RUN ./builder.sh #{VERSION}
RUN rm -rf /builder
#{CROSS_BUILD_END}
CMD [ "iex" ]