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"