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

View File

@ -8,8 +8,5 @@ RUN apk --no-cache add \
openssl-dev \
sqlite
RUN chgrp radius /usr/sbin/radiusd \
&& chmod g+rwx /usr/sbin/radiusd
ENTRYPOINT [ "radiusd" ]
CMD [ "-xx","-f" ]