Commit 6f04215a authored by nanahira's avatar nanahira

add freeradius thing

parent 42abc3fb
Pipeline #5832 passed with stages
in 3 minutes and 31 seconds
FROM debian:bullseye-slim FROM debian:bullseye-slim
RUN apt update && \ RUN apt update && \
apt -y install ocserv iproute2 iptables ipset netcat-openbsd && \ apt -y install ocserv iproute2 iptables ipset netcat-openbsd freeradius-utils && \
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
CMD ["/usr/sbin/ocserv" ,"-f"] CMD ["/usr/sbin/ocserv" ,"-f"]
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment