1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 11:28:12 +00:00
serenity/Toolchain/Dockerfile
2020-05-22 01:19:15 +02:00

12 lines
285 B
Docker

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