Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
allaouiamine committed May 30, 2016
1 parent cd38794 commit 2dfcdad
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
FROM alpine
RUN apk update && \
apk upgrade && \
apk add --update freeradius freeradius-ldap && \
chgrp radius /var/run/radiusd && \
chmod g+rwx /var/run/radiusd && \
rm /var/cache/apk/* && \
rm -rf /etc/raddb
EXPOSE 1812/udp 1813/udp
ENTRYPOINT ["radiusd","-f"]

0 comments on commit 2dfcdad

Please sign in to comment.