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
Build and Push Docker Image to Gitea Container Registry / build-and-push (push) Successful in 1m14s
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user