Update the Meson version in the Dockerfile because commit
d54e365 changed the minimum required version
Add a command to the README to remove orphan Docker images
Update the run command in the README to include a config that
automatically removes the container when it exits
Signed-off-by: ViniciusCruzMoura <contato.cruz.moura@gmail.com>
the change in commit 52ee114 did not include a backslash
after the libpthread-stubs0-dev dependency at the end of the line,
which caused a build failure. this fix ensures proper parsing
of the dockerfile
Signed-off-by: ViniciusCruzMoura <contato.cruz.moura@gmail.com>