Create an install script.
This commit is contained in:
parent
c181ab9de9
commit
d540636fd5
5 changed files with 12 additions and 12 deletions
|
|
@ -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"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue