Skip to content

Commit

Permalink
Fixed Dockerfile for radiusd
Browse files Browse the repository at this point in the history
  • Loading branch information
fdurand committed Mar 7, 2025
1 parent 51035f5 commit cdec709
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions containers/radiusd/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ FROM ${KNK_REGISTRY_URL}/pfdebian:${IMAGE_TAG}
RUN apt-get -qq update \
&& apt-get clean \
&& apt-get -qq install -y freeradius=4:3.2.7+git freeradius-common=4:3.2.7+git freeradius-config=4:3.2.7+git freeradius-ldap=4:3.2.7+git freeradius-mysql=4:3.2.7+git freeradius-redis=4:3.2.7+git freeradius-rest=4:3.2.7+git freeradius-utils=4:3.2.7+git \
&& apt-get clean

WORKDIR /usr/local/pf/

Expand Down

0 comments on commit cdec709

Please sign in to comment.