release: docker: Bring Dockerfile up to date.
This commit is contained in:
parent
d83bea2ba8
commit
e6cf2cfcc9
1 changed files with 2 additions and 2 deletions
|
|
@ -2,11 +2,11 @@
|
|||
# Licensed under the Artistic License 2.0.
|
||||
|
||||
|
||||
FROM ubuntu:focal
|
||||
FROM ubuntu:impish
|
||||
|
||||
RUN apt update && apt install -y git sudo
|
||||
RUN git clone https://github.com/ahamilton/eris
|
||||
RUN cd eris && git checkout afa6870484e50ad4ba7b8d662c4ed708c29a759b
|
||||
RUN cd eris && git checkout d83bea2ba8a419e2b3cd4fd4b3367e25fae6339d
|
||||
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