mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-26 02:11:53 +00:00
bookworm
This commit is contained in:
committed by
Aiden McClelland
parent
d4113ff753
commit
a11bf5b5c7
4
.github/workflows/startos-iso.yaml
vendored
4
.github/workflows/startos-iso.yaml
vendored
@@ -119,10 +119,10 @@ jobs:
|
|||||||
- uses: actions/cache@v3
|
- uses: actions/cache@v3
|
||||||
with:
|
with:
|
||||||
path: /var/lib/debspawn
|
path: /var/lib/debspawn
|
||||||
key: ${{ runner.os }}-debspawn-init-bullseye
|
key: ${{ runner.os }}-debspawn-init-bookworm
|
||||||
|
|
||||||
- name: Make build container
|
- name: Make build container
|
||||||
run: "debspawn list | grep bullseye || debspawn create bullseye"
|
run: "debspawn list | grep bookworm || debspawn create bookworm"
|
||||||
|
|
||||||
- run: "mkdir -p overlays/deb"
|
- run: "mkdir -p overlays/deb"
|
||||||
|
|
||||||
|
|||||||
@@ -7,7 +7,6 @@ ca-certificates
|
|||||||
cifs-utils
|
cifs-utils
|
||||||
containerd.io
|
containerd.io
|
||||||
curl
|
curl
|
||||||
crda
|
|
||||||
cryptsetup
|
cryptsetup
|
||||||
docker-ce
|
docker-ce
|
||||||
docker-ce-cli
|
docker-ce-cli
|
||||||
@@ -15,7 +14,7 @@ docker-compose-plugin
|
|||||||
dosfstools
|
dosfstools
|
||||||
e2fsprogs
|
e2fsprogs
|
||||||
ecryptfs-utils
|
ecryptfs-utils
|
||||||
exfat-utils
|
exfatprogs
|
||||||
htop
|
htop
|
||||||
httpdirfs
|
httpdirfs
|
||||||
iotop
|
iotop
|
||||||
|
|||||||
Reference in New Issue
Block a user