{"id":19885065,"url":"https://github.com/kefniark/steam-runtime-soldier-nodegyp","last_synced_at":"2026-05-11T01:05:25.085Z","repository":{"id":79908831,"uuid":"415494118","full_name":"kefniark/steam-runtime-soldier-nodegyp","owner":"kefniark","description":"Docker Image to use node, node-gyp and electron-rebuild on Steam Runtime","archived":false,"fork":false,"pushed_at":"2021-12-06T12:38:41.000Z","size":16,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-11T18:47:01.060Z","etag":null,"topics":["docker","steam","steam-runtime"],"latest_commit_sha":null,"homepage":"https://hub.docker.com/r/kefniark/steamrt-soldier-nodegyp","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kefniark.png","metadata":{"files":{"readme":"Readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-10-10T05:24:47.000Z","updated_at":"2021-12-06T12:38:44.000Z","dependencies_parsed_at":"2023-03-12T09:27:04.705Z","dependency_job_id":null,"html_url":"https://github.com/kefniark/steam-runtime-soldier-nodegyp","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kefniark%2Fsteam-runtime-soldier-nodegyp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kefniark%2Fsteam-runtime-soldier-nodegyp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kefniark%2Fsteam-runtime-soldier-nodegyp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kefniark%2Fsteam-runtime-soldier-nodegyp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kefniark","download_url":"https://codeload.github.com/kefniark/steam-runtime-soldier-nodegyp/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241313177,"owners_count":19942417,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["docker","steam","steam-runtime"],"created_at":"2024-11-12T17:32:17.471Z","updated_at":"2026-05-11T01:05:25.007Z","avatar_url":"https://github.com/kefniark.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Docker image to run Electron/NodeJS on SteamRT\n\nBuild electron and node application on Steam Runtime (Ubuntu 18.04)\n\n* Similar to https://github.com/prebuild/docker-images#centos7-devtoolset7\n* Based on recent [Steam Runtime Soldier](https://gitlab.steamos.cloud/steamrt/steamrt/-/blob/steamrt/soldier/README.md)\n  * Steam Runtime Scout was too old for such scenario, hard to get good python \u003e= 3.6, gcc 4.9, node 14, ...)\n  * Most debian 12.x repo were outdated/removed, making any dependency a hassle to install\n* Design to build electron or node native for Steam Linux\n  * add `nodejs 16.x`\n  * add `npm`, `node-gyp` and `electron-rebuild`\n\n## Links\n* [Github](https://github.com/kefniark/steam-runtime-soldier-nodegyp)\n* [Docker Hub](https://hub.docker.com/r/kefniark/steamrt-soldier-nodegyp)\n\n## Usage\n```Dockerfile\nFROM kefniark/steamrt-soldier-nodegyp:latest\nWORKDIR /app\n\n# Install deps\nRUN npm install --global yarn\n\n# Copy code\nCOPY . .\n\n# Install / Build (run your code)\nRUN yarn install --frozen-lockfile\nRUN yarn build\n```\n\n## Run\n\n```sh\ndocker build -t kefniark/steamrt-soldier-nodegyp:latest .\ndocker push kefniark/steamrt-soldier-nodegyp:latest\n```\n\n## Test\n\n```sh\ndocker compose up --build\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkefniark%2Fsteam-runtime-soldier-nodegyp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkefniark%2Fsteam-runtime-soldier-nodegyp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkefniark%2Fsteam-runtime-soldier-nodegyp/lists"}