docker: Bring Dockerfile up to date.

This commit is contained in:
Andrew Hamilton 2020-09-15 14:30:44 +10:00
parent afa6870484
commit ba6c09fa32

View file

@ -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