Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 298 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 298 Bytes

docker-aros-build

Build the base image for every Amiga-flavoured cross toolchain.

Currently the image is based on Debian.

Build the Docker container

docker build -t "amigadev/docker-base" --rm -f Dockerfile .

If you want to run it for debugging:

docker run --rm -it /bin/bash