From b0eba2dae544aaea0ba044d3073be15ea11026bd Mon Sep 17 00:00:00 2001 From: root Date: Tue, 21 Jul 2026 14:52:16 -0600 Subject: [PATCH] Added missing pam module for csu automated account creation --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 01e419a..c087a1c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -35,6 +35,7 @@ RUN apt-get update && apt-get install -y \ python3-venv \ sqlite3 \ git \ + libpam-radius-auth \ && rm -rf /var/lib/apt/lists/* # Install gosu to drop user and chown shared volumes at runtime