collection.dockerfile/debian/danted/Dockerfile

5 lines
152 B
Docker
Raw Normal View History

2022-01-17 15:56:05 +08:00
FROM debian
RUN apt -y update && apt -y install dante-server
COPY danted.conf /etc/danted.conf
ENTRYPOINT ["/usr/sbin/danted","-f", "/etc/danted.conf"]