fix: install Igir build prerequisites
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user