From 0445931a73347c397a889006bc7693b6bc4d5e68 Mon Sep 17 00:00:00 2001 From: David Sariel Date: Wed, 14 May 2025 15:38:30 +0300 Subject: [PATCH] kinit requires krb5-libs --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index df7fe6b..ced4b1c 100644 --- a/Containerfile +++ b/Containerfile @@ -4,7 +4,7 @@ USER root RUN groupadd -g 65532 tools && \ useradd -u 65532 -g tools tools -RUN dnf install -y krb5-workstation +RUN dnf install -y krb5-workstation krb5-libs WORKDIR /app RUN chown -R tools:tools /app