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
|
||||
with:
|
||||
path: /var/lib/debspawn
|
||||
key: ${{ runner.os }}-debspawn-init-bullseye
|
||||
key: ${{ runner.os }}-debspawn-init-bookworm
|
||||
|
||||
- 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"
|
||||
|
||||
|
||||
@@ -7,7 +7,6 @@ ca-certificates
|
||||
cifs-utils
|
||||
containerd.io
|
||||
curl
|
||||
crda
|
||||
cryptsetup
|
||||
docker-ce
|
||||
docker-ce-cli
|
||||
@@ -15,7 +14,7 @@ docker-compose-plugin
|
||||
dosfstools
|
||||
e2fsprogs
|
||||
ecryptfs-utils
|
||||
exfat-utils
|
||||
exfatprogs
|
||||
htop
|
||||
httpdirfs
|
||||
iotop
|
||||
|
||||
Reference in New Issue
Block a user