eris/packaging/Dockerfile

12 lines
258 B
Text
Raw Normal View History

# Copyright (C) 2020 Andrew Hamilton. All rights reserved.
# Licensed under the Artistic License 2.0.
FROM ubuntu:impish
RUN apt update && DEBIAN_FRONTEND=noninteractive apt install -y sudo tzdata
COPY . eris
2021-10-31 22:49:13 +10:00
RUN cd eris && ./install
ENTRYPOINT ["eris"]