V8.02.768.2025.06.01

Signed-off-by: Marc S. Weidner <msw@coresecret.dev>
This commit is contained in:
2025-06-01 11:02:08 +02:00
parent e01205651e
commit d0a737e4c8
2 changed files with 4 additions and 5 deletions

View File

@@ -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.

View File

@@ -51,7 +51,7 @@ fzf
gawk
gdisk
git
gnupg2
gnupg
haveged
htop
iftop