release: docker: Update dockerfile to 2021.12.06 release.
This commit is contained in:
parent
7fa155da72
commit
c4d370e815
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ FROM ubuntu:impish
|
|||
|
||||
RUN apt update && apt install -y git sudo
|
||||
RUN git clone https://github.com/ahamilton/eris
|
||||
RUN cd eris && git checkout 0f59e4339548de8bcccc3ebf85be9b2b49fd10f0
|
||||
RUN cd eris && git checkout 7fa155da72fa6062edf782c6375fb36758ecb0e6
|
||||
RUN rm -rf eris/.git
|
||||
RUN DEBIAN_FRONTEND=noninteractive apt install -y tzdata
|
||||
RUN cd eris && ./install
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue