V8.02.768.2025.06.01
Signed-off-by: Marc S. Weidner <msw@coresecret.dev>
This commit is contained in:
@@ -34,8 +34,10 @@ jobs:
|
||||
options: --user root
|
||||
|
||||
steps:
|
||||
- name: Enable Bookworm Backports.
|
||||
- name: Basic Image Setup and enable Bookworm Backports.
|
||||
run: |
|
||||
apt-get update
|
||||
apt-get install -y ca-certificates apt-transport-https
|
||||
echo 'deb https://deb.debian.org/debian bookworm-backports main' \
|
||||
>| /etc/apt/sources.list.d/bookworm-backports.list
|
||||
apt-get update
|
||||
@@ -45,11 +47,10 @@ jobs:
|
||||
DEBIAN_FRONTEND=noninteractive apt-get -t bookworm-backports install -y gnupg
|
||||
gpg --version
|
||||
|
||||
- name: Installing Debian Live-Build and Tools.
|
||||
- name: Installing Build Tools.
|
||||
run: |
|
||||
apt-get update
|
||||
apt-get install -y \
|
||||
ca-certificates \
|
||||
cryptsetup \
|
||||
curl \
|
||||
debootstrap \
|
||||
|
||||
Reference in New Issue
Block a user