aboutsummaryrefslogtreecommitdiffstats
path: root/coin/provisioning/common/shared/testserver/danted/Dockerfile
blob: 67c1159b8eb998cb55b3b9e241e3fda44d8c1925 (plain)
1
2
3
4
5
6
7
8
9
10
FROM ubuntu:16.04
ARG packages="gdebi-core wget avahi-daemon"
RUN apt-get update && apt-get install -y $packages && dpkg -l $packages
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/