FROM ubuntu:latest

ENV DEBIAN_FRONTEND noninteractive

RUN apt-get -y update

RUN apt-get install -y build-essential binutils nasm gcc g++ git xorriso
