Toolchain: Bump Ubuntu version to 20.10 in the Dockerfile (#4401)

This commit is contained in:
Daniel Lemos 2020-12-13 07:00:00 -03:00 committed by GitHub
parent 13f13a9e59
commit 94c56d16b3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,8 +1,8 @@
FROM ubuntu:20.04
FROM ubuntu:20.10
RUN DEBIAN_FRONTEND="noninteractive" apt-get update -y && apt-get install -y tzdata
RUN apt-get install -y build-essential cmake curl libmpfr-dev libmpc-dev libgmp-dev e2fsprogs qemu-utils wget genext2fs sudo
RUN apt-get install -y build-essential cmake curl libmpfr-dev libmpc-dev libgmp-dev e2fsprogs qemu-utils wget genext2fs sudo ninja-build
RUN mkdir /serenity