Create an install script.

This commit is contained in:
Andrew Hamilton 2021-10-31 22:49:13 +10:00
parent c181ab9de9
commit d540636fd5
5 changed files with 12 additions and 12 deletions

View file

@ -9,7 +9,6 @@ RUN git clone https://github.com/ahamilton/eris
RUN cd eris && git checkout d83bea2ba8a419e2b3cd4fd4b3367e25fae6339d
RUN rm -rf eris/.git
RUN DEBIAN_FRONTEND=noninteractive apt install -y tzdata
RUN cd eris && python3.9 -m pip install -r requirements.txt .
RUN cd eris && ./install-tools
RUN cd eris && ./install
ENTRYPOINT ["eris"]