Try figlet
All checks were successful
Build and deploy / deploy (push) Successful in 1m3s

This commit is contained in:
2025-07-09 23:12:44 +01:00
parent 09c2ebabf0
commit 249b12afae

View File

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