From b82b58de256a2344ff685478d86bba411e4be3f5 Mon Sep 17 00:00:00 2001 From: wheelz Date: Tue, 23 Jun 2026 14:57:37 +0000 Subject: [PATCH] fix: install Igir build prerequisites --- romm-automation-truenas-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/romm-automation-truenas-compose.yml b/romm-automation-truenas-compose.yml index 2da3796..bfa9a19 100644 --- a/romm-automation-truenas-compose.yml +++ b/romm-automation-truenas-compose.yml @@ -173,7 +173,7 @@ services: restart: unless-stopped profiles: ["validation"] working_dir: /work - command: ["sh", "-c", "npm install -g igir@latest && sleep infinity"] + command: ["sh", "-c", "apk add --no-cache python3 make g++ && npm install -g igir@latest && sleep infinity"] volumes: - ${TRUENAS_DOCKER_ROOT:-/mnt/HomeStorage02/Docker}/RomMAutomation/staging:/staging - ${TRUENAS_DOCKER_ROOT:-/mnt/HomeStorage02/Docker}/RomMAutomation/dat:/dat:ro