feat: add Dockerfile and entrypoint script to containerize RADIUS controller and FreeRADIUS stack
Build and Push Docker Image to Gitea Container Registry / build-and-push (push) Successful in 1m14s

This commit is contained in:
Tygozwolle
2026-07-24 15:29:07 +02:00
parent 1054dfb61a
commit 9dc029e32f
2 changed files with 28 additions and 6 deletions
+1
View File
@@ -7,6 +7,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
freeradius-postgresql \
freeradius-utils \
ca-certificates \
openssl \
&& rm -rf /var/lib/apt/lists/*
# Create symlink so both /etc/raddb and /etc/freeradius/3.0 work