FROM ubuntu:impish RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y sudo tzdata COPY . eris RUN cd eris && ./install ENTRYPOINT ["eris"]