FROM ubuntu:22.04 RUN apt update && \ apt install -y dante-server COPY sockd.conf /etc/danted.conf CMD ["sockd", "-f", "/etc/danted.conf"]