aboutsummaryrefslogtreecommitdiff
path: root/app_build/coturn/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'app_build/coturn/Dockerfile')
-rw-r--r--app_build/coturn/Dockerfile8
1 files changed, 8 insertions, 0 deletions
diff --git a/app_build/coturn/Dockerfile b/app_build/coturn/Dockerfile
new file mode 100644
index 0000000..0d23161
--- /dev/null
+++ b/app_build/coturn/Dockerfile
@@ -0,0 +1,8 @@
+FROM amd64/debian:buster
+
+RUN apt-get update && \
+ apt-get dist-upgrade -y && \
+ apt-get install -y \
+ coturn
+
+CMD ["/usr/bin/turnserver"]