docker: Bring Dockerfile up to date.
This commit is contained in:
parent
afa6870484
commit
ba6c09fa32
1 changed files with 2 additions and 2 deletions
|
|
@ -2,11 +2,11 @@
|
|||
# Licensed under the Artistic License 2.0.
|
||||
|
||||
|
||||
FROM ubuntu:eoan
|
||||
FROM ubuntu:focal
|
||||
|
||||
RUN apt update && apt install -y git sudo
|
||||
RUN git clone https://github.com/ahamilton/eris
|
||||
RUN cd eris && git checkout b696c65f4cec1ae53a3d49352dd1380a6a8f9510
|
||||
RUN cd eris && git checkout afa6870484e50ad4ba7b8d662c4ed708c29a759b
|
||||
RUN rm -rf eris/.git
|
||||
RUN DEBIAN_FRONTEND=noninteractive apt install -y tzdata
|
||||
RUN cd eris && ./install-dependencies
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue