Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
This commit is contained in:
Jess Frazelle 2018-01-02 17:27:06 -05:00
parent c771e68874
commit a17e653557
No known key found for this signature in database
GPG Key ID: 18F3685C0022BFF3

View File

@ -3,9 +3,11 @@ LABEL maintainer "Jessie Frazelle <jess@linux.com>"
RUN apk --no-cache add \ RUN apk --no-cache add \
freeradius \ freeradius \
freeradius-python \
freeradius-radclient \ freeradius-radclient \
freeradius-sqlite \ freeradius-sqlite \
openssl-dev \ openssl-dev \
python2 \
sqlite sqlite
ENTRYPOINT [ "radiusd" ] ENTRYPOINT [ "radiusd" ]