docker: Speed up rebuilds of Dockerfile.

This commit is contained in:
Andrew Hamilton 2021-12-09 17:07:49 +10:00
parent e3890863ad
commit 5f45485479

View file

@ -1,7 +1,9 @@
FROM ubuntu:impish
RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y sudo tzdata
RUN apt-get update
RUN DEBIAN_FRONTEND=noninteractive apt-get install -y tzdata
RUN apt-get install -y sudo python3.9 python3-pip
COPY . eris
RUN cd eris && ./install