1
File size: 145 Bytes
5eac5e0
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
FROM ubuntu:22.04

RUN apt update && \
    apt install -y dante-server

COPY sockd.conf /etc/danted.conf

CMD ["sockd", "-f", "/etc/danted.conf"]