aboutsummaryrefslogtreecommitdiffstats
path: root/coin/provisioning/common/linux/testserver/danted/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'coin/provisioning/common/linux/testserver/danted/Dockerfile')
-rw-r--r--coin/provisioning/common/linux/testserver/danted/Dockerfile9
1 files changed, 9 insertions, 0 deletions
diff --git a/coin/provisioning/common/linux/testserver/danted/Dockerfile b/coin/provisioning/common/linux/testserver/danted/Dockerfile
new file mode 100644
index 00000000..eb2ac6ff
--- /dev/null
+++ b/coin/provisioning/common/linux/testserver/danted/Dockerfile
@@ -0,0 +1,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/