aboutsummaryrefslogtreecommitdiffstats
path: root/coin/provisioning/common/linux/testserver/danted/Dockerfile
blob: eb2ac6ff12aa5961d98c7467a63239640c601a7f (plain)
1
2
3
4
5
6
7
8
9
FROM ubuntu:16.04
RUN apt-get update && apt-get install -y gdebi-core=0.9.5.7ubuntu1 wget avahi-daemon
RUN wget http://ppa.launchpad.net/dajhorn/dante/ubuntu/pool/main/d/dante/dante-server_1.4.1-1_amd64.deb
RUN gdebi -n dante-server_1.4.1-1_amd64.deb
EXPOSE 1080-1081

# install configurations and test data
COPY danted /etc/init.d/
COPY danted-authenticating /etc/init.d/