add age
/ build-push-image (push) Successful in 4m48s

This commit is contained in:
Márcio Fernandes
2026-05-30 01:04:15 +01:00
parent 12b5ac9813
commit a5abe02cb6
2 changed files with 3 additions and 1 deletions
+1
View File
@@ -60,6 +60,7 @@ Use a local override file to bind personal configuration files and secrets witho
- **ca-certificates, software-properties-common** → secure package management - **ca-certificates, software-properties-common** → secure package management
- **ansible** → configuration management and automation - **ansible** → configuration management and automation
- **rclone, rsync** → file synchronization and transfer utilities - **rclone, rsync** → file synchronization and transfer utilities
- **age**
### ☸️ Kubernetes Tooling ### ☸️ Kubernetes Tooling
+1
View File
@@ -24,6 +24,7 @@ RUN apt-get update && apt-get install -y \
nmap \ nmap \
apache2-utils \ apache2-utils \
mariadb-client \ mariadb-client \
age \
&& rm -rf /var/lib/apt/lists/* && rm -rf /var/lib/apt/lists/*