V8.02.768.2025.06.01
Signed-off-by: Marc S. Weidner <msw@coresecret.dev>
This commit is contained in:
@@ -30,21 +30,20 @@ jobs:
|
||||
|
||||
### Run all steps inside Debian Bookworm
|
||||
container:
|
||||
image: debian:bookworm
|
||||
image: debian:trixie
|
||||
options: --user root
|
||||
|
||||
steps:
|
||||
- name: Basic Image Setup and enable Bookworm Backports.
|
||||
run: |
|
||||
apt-get update
|
||||
apt-get install -y ca-certificates apt-transport-https
|
||||
apt-get install -y apt-transport-https apt-utils ca-certificates openssl
|
||||
echo 'deb https://deb.debian.org/debian bookworm-backports main' \
|
||||
>| /etc/apt/sources.list.d/bookworm-backports.list
|
||||
apt-get update
|
||||
|
||||
- name: Install GnuPG 2.3 from Backports.
|
||||
- name: Check GnuPG Version.
|
||||
run: |
|
||||
DEBIAN_FRONTEND=noninteractive apt-get -t bookworm-backports install -y gnupg
|
||||
gpg --version
|
||||
|
||||
- name: Installing Build Tools.
|
||||
|
||||
@@ -51,7 +51,7 @@ fzf
|
||||
gawk
|
||||
gdisk
|
||||
git
|
||||
gnupg2
|
||||
gnupg
|
||||
haveged
|
||||
htop
|
||||
iftop
|
||||
|
||||
Reference in New Issue
Block a user