docker icon indicating copy to clipboard operation
docker copied to clipboard

Dockerfiles for https://hub.docker.com/u/devkitpro/

Results 2 docker issues
Sort by recently updated
recently updated
newest added

I'm unable to run `arm-none-eabi-gdb` using the `devkitpro/devkitarm` image. It appears there are a couple issues: 1. `/opt/devkitpro/devkitARM/bin` isn't in the path ``` $ docker run -it --rm -v "$PWD:/build"...

- Replace /opt/devkitpro by $DEVKITPRO. - Add a user. - Update to Bookworm. - Define a default entrypoint and command. - Set the time zone and the locale