ladybird/Toolchain/Dockerfile

13 lines
285 B
Docker
Raw Normal View History

2020-05-21 23:04:07 +03:00
FROM ubuntu:20.04
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 mkdir /serenity
WORKDIR /serenity
RUN /bin/bash