docker: Speed up rebuilds of Dockerfile.
This commit is contained in:
parent
e3890863ad
commit
5f45485479
1 changed files with 3 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue