From 1212b5c38dbaaeab4a72a065b630fbfa515a8f89 Mon Sep 17 00:00:00 2001 From: Joe Monk Date: Wed, 9 Jul 2025 23:55:13 +0100 Subject: [PATCH] nfs client as well --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 4708cd7..68c027a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +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 \ + nfs-client \ && rm -rf /var/lib/apt/lists/* RUN export VERSION="kairos-custom"