mirror of
https://github.com/rust-embedded/rust-raspberrypi-OS-tutorials.git
synced 2024-11-05 12:00:22 +00:00
812ba841f3
20.04 comes with Ruby 2.7, which emits some annoying deprecation warnigs that can't be silenced even when using the RUBYOPT variables suggested for doing so. Work around that for now by reverting to Ubuntu 19.10 which still uses 2.5 and does not have this bug. |
||
---|---|---|
.. | ||
rustembedded-osdev-utils | ||
README.md |
Docker containers for easy dependency bundling
To facilitate downloading, building and running the required development tools, some of the tutorials in this repository use a container software called docker. While docker specifics are outside of this tutorial's scope it is worth mentioning that human readable docker configuration files named "Dockerfile" exist in the sub-directories of this folder.
These files may be of interest to those who want details about what will happen when docker is invoked.