# RUDE & CRUDE Builder Docker container that builds RUDE & CRUDE executables and packages. ## Usage ```bash git submodule update --init docker build --no-cache -t rude-build . mkdir target docker run -i rude-build | tar -x -C target ``` After running these commands, you'll find a target directory containing x86_64 binaries and RPM- and DEB-packages.