Move packaging scripts for docker and appimage into subdirectory.
- De-clutter the project root directory.
This commit is contained in:
parent
0f59e43395
commit
58b78e9ce4
10 changed files with 6 additions and 6 deletions
14
packaging/Dockerfile
Normal file
14
packaging/Dockerfile
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
# Copyright (C) 2020 Andrew Hamilton. All rights reserved.
|
||||
# Licensed under the Artistic License 2.0.
|
||||
|
||||
|
||||
FROM ubuntu:impish
|
||||
|
||||
RUN apt update && apt install -y git sudo
|
||||
RUN git clone https://github.com/ahamilton/eris
|
||||
RUN cd eris && git checkout 0f59e4339548de8bcccc3ebf85be9b2b49fd10f0
|
||||
RUN rm -rf eris/.git
|
||||
RUN DEBIAN_FRONTEND=noninteractive apt install -y tzdata
|
||||
RUN cd eris && ./install
|
||||
|
||||
ENTRYPOINT ["eris"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue