mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-20 19:45:12 +00:00
Toolchain: Bump Ubuntu version to 20.10 in the Dockerfile (#4401)
This commit is contained in:
parent
13f13a9e59
commit
94c56d16b3
Notes:
sideshowbarker
2024-07-19 00:54:10 +09:00
Author: https://github.com/xspager Commit: https://github.com/SerenityOS/serenity/commit/94c56d16b37 Pull-request: https://github.com/SerenityOS/serenity/pull/4401
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
Reference in a new issue