Try installing steam directly for cosmic image
This commit is contained in:
@@ -14,7 +14,8 @@ stages:
|
|||||||
build-image:
|
build-image:
|
||||||
stage: build
|
stage: build
|
||||||
interruptible: true
|
interruptible: true
|
||||||
image: ghcr.io/blue-build/cli:main
|
image: ghcr.io/blue-build/cli:186-feat-incorporate-jsonschema-for-validating-recipe-files
|
||||||
|
# image: ghcr.io/blue-build/cli:main
|
||||||
services:
|
services:
|
||||||
- docker:dind
|
- docker:dind
|
||||||
parallel:
|
parallel:
|
||||||
|
|||||||
@@ -1,3 +1,5 @@
|
|||||||
|
---
|
||||||
|
# yaml-language-server: $schema=https://schema.blue-build.org/recipe-v1.json
|
||||||
name: jp-desktop-nvidia
|
name: jp-desktop-nvidia
|
||||||
base-image: ghcr.io/ublue-os/bazzite-nvidia
|
base-image: ghcr.io/ublue-os/bazzite-nvidia
|
||||||
image-version: 40
|
image-version: 40
|
||||||
|
|||||||
@@ -1,3 +1,5 @@
|
|||||||
|
---
|
||||||
|
# yaml-language-server: $schema=https://schema.blue-build.org/recipe-v1.json
|
||||||
name: jp-laptop-cosmic
|
name: jp-laptop-cosmic
|
||||||
base-image: ghcr.io/ublue-os/cosmic
|
base-image: ghcr.io/ublue-os/cosmic
|
||||||
image-version: 40
|
image-version: 40
|
||||||
@@ -6,4 +8,7 @@ stages:
|
|||||||
- from-file: common/helix.yml
|
- from-file: common/helix.yml
|
||||||
modules:
|
modules:
|
||||||
- from-file: common/jp-laptop.yml
|
- from-file: common/jp-laptop.yml
|
||||||
|
- type: rpm-ostree
|
||||||
|
install:
|
||||||
|
- steam
|
||||||
- from-file: common/helix.yml
|
- from-file: common/helix.yml
|
||||||
|
|||||||
Reference in New Issue
Block a user