* Use a multi-stage Dockerfile to improve readability
* Add a .dockerignore file to avoid useless re-building
* Remove rz-ghidra from container, at least for now. It does not work
right now and ideally rz-ghidra should be compiled in the stage 0 and
moved into /tmp/rizin-install, however rz-pm currently cannot easily
do this. Things are too messy on the rz-pm side right now, so better
to review once plugins will be easier to handle.
* Update Dockerfile
* Remove tree-sitter/sdb git submodules and move them to meson subprojects/wraps
* Use meson subprojects/wraps to get capstone
* Remove capstone patches as they are already applied to rizinorg/capstone repository
* Use meson from master branch to create the release tarball, as all released versions so far have a bug that prevent wrap-git to be patched correctly when creating the tarball with meson dist
* Add check_meson_subproject script to do a quick check if the currently downloaded subprojects are updated
* Add subprojects_check meson option to skip the check_meson_subproject script
* Update documentation to remove references to git submodules.
* Updated Dockerfile to follow the build instructions from rizin README.
* Moved back Dockerfile to using debian:10 as base image.
* The Dockerfile now use the var RZ_PIPE_PY_VERSION to specify the branch when cloning rz-pipe.
Signed-off-by: Francisco Freitas <contact@ffreitas.io>
I'm finding more binaries that require libraries that Debian Jessie just does not have (such as modern versions of glibc). Ticking the debian here up to 9.
* Git is needed for r2pm, don't remove it.
* Initialize r2pm in Docker.
* Fixed up r2pm for the r2 user.
* We also still need a lot of other build tools for r2pm...