aboutsummaryrefslogtreecommitdiffstats
path: root/coin/provisioning/common/linux/testserver/danted/Dockerfile
blob: d706b7e7012c27d3c458f52e2771620dde3a3401 (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
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/