1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 02:37:36 +00:00

Build: Add Dockerfile

This commit is contained in:
Yonatan Goldschmidt 2020-05-21 23:04:07 +03:00 committed by Andreas Kling
parent 27913154ea
commit 00c0650f96
4 changed files with 17 additions and 6 deletions

View file

@ -10,11 +10,6 @@ Make sure you have all the dependencies installed:
sudo apt install build-essential cmake curl libmpfr-dev libmpc-dev libgmp-dev e2fsprogs qemu-system-i386 qemu-utils
```
On Docker, install these as well:
```bash
sudo apt install wget genext2fs
```
**Fedora**
```bash
sudo dnf install curl cmake mpfr-devel libmpc-devel gmp-devel e2fsprogs @"C Development Tools and Libraries" @Virtualization