From a5abe02cb63d19b95ed17c90c32b97d69487e98f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1rcio=20Fernandes?= Date: Sat, 30 May 2026 01:04:15 +0100 Subject: [PATCH] add age --- README.md | 3 ++- devops/Dockerfile | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9519bbf..fca4a39 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,8 @@ Use a local override file to bind personal configuration files and secrets witho - **jq** → JSON parsing - **ca-certificates, software-properties-common** → secure package management - **ansible** → configuration management and automation -- **rclone, rsync** → file synchronization and transfer utilities +- **rclone, rsync** → file synchronization and transfer utilities +- **age** ### ☸️ Kubernetes Tooling diff --git a/devops/Dockerfile b/devops/Dockerfile index 6e398a0..de36b14 100644 --- a/devops/Dockerfile +++ b/devops/Dockerfile @@ -24,6 +24,7 @@ RUN apt-get update && apt-get install -y \ nmap \ apache2-utils \ mariadb-client \ + age \ && rm -rf /var/lib/apt/lists/*