Add config to support building using dev containers

Tested with CLion and Podman on Fedora Kinoite 43.
This commit is contained in:
Oliver Hamlet
2026-02-03 08:53:41 +00:00
parent a5df347c16
commit 388b7fdf7d
2 changed files with 33 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
{
"name": "libloot (Linux, MinGW cross-compile)",
"build": {
"dockerfile": "./Dockerfile"
},
"runArgs": [
"--userns=keep-id",
],
}