mirror of
https://github.com/RGBCube/serenity
synced 2025-06-01 03:08:13 +00:00
Toolchain: Bump Ubuntu version to 20.10 in the Dockerfile (#4401)
This commit is contained in:
parent
13f13a9e59
commit
94c56d16b3
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue