Commit graph

7 commits

Author SHA1 Message Date
ViniciusCruzMoura 882680f4f9 fix(Dockerfile): update Meson version and README
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>
2026-03-22 20:14:06 -04:00
project516 72adc97cae
Update Dockerfile
fix docker build failing
2026-03-16 08:39:28 -05:00
ViniciusCruzMoura bb11612513 fix(Dockerfile): add missing backslash
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>
2026-03-15 02:14:51 -04:00
Tropical 6c67565a0b fix: dont invoke apt-get with sudo in dockerfile 2026-03-10 18:10:45 -05:00
Tropical 52ee114f24 refactor: dont depend on libpng and libdl, update docs 2026-03-10 17:57:56 -05:00
zukrmn c15f131bf3 build(docker): add clang and lld for llvm compilation support 2026-03-07 13:38:06 +00:00
zukrmn ff7276be18 docs: add devcontainer and missing libpng-dev dependency 2026-03-06 15:30:21 +00:00