eris/packaging/Dockerfile

9 lines
163 B
Text
Raw Normal View History

FROM ubuntu:impish
RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y sudo tzdata
COPY . eris
2021-10-31 22:49:13 +10:00
RUN cd eris && ./install
ENTRYPOINT ["eris"]