From 052dedfe508e9ea459824846d7c8ee317fb47ef9 Mon Sep 17 00:00:00 2001 From: "Doroszlai, Attila" Date: Thu, 12 Dec 2024 12:45:31 +0100 Subject: [PATCH] install libxcrypt-compat explicitly --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 060832a..49d565b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -41,6 +41,7 @@ RUN set -eux ; \ fuse \ jq \ krb5-workstation \ + libxcrypt-compat \ lsof \ ncurses \ net-tools \