From 249b12afae45e8f185c6512ca7ee97c4713c7498 Mon Sep 17 00:00:00 2001 From: Joe Monk Date: Wed, 9 Jul 2025 23:12:44 +0100 Subject: [PATCH] Try figlet --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 06f1c4a..4708cd7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,6 +2,7 @@ FROM quay.io/kairos/debian:12-standard-amd64-generic-v3.4.2-k3sv1.32.3-k3s1 RUN apt update && apt -y install \ nfs-common \ + figlet \ && rm -rf /var/lib/apt/lists/* RUN export VERSION="kairos-custom"