This a Docker image for cross compiling on the i386 architecture for OS development
Ensure you have docker installed with the correct permissions
Run this to build the image (takes a while so be patient)
docker build -t i386-elf-gcc . Add this to your Dockerfile to use it
FROM i386-elf-gccOr try it directly
docker run -it --rm --name test i386-elf-gcc Thanks to https://github.com/mell-o-tron/MellOs for the setup script