vperez@rwserver.com 7 years ago
commit
fba3244365
2 changed files with 7 additions and 0 deletions
  1. 6 0
      Dockerfile
  2. 1 0
      build.sh

+ 6 - 0
Dockerfile

@@ -0,0 +1,6 @@
+FROM tiangolo/nginx-rtmp
+
+run apt-get update && \
+    apt-get  install -y ffmpeg && \
+    rm -rf /var/lib/apt/lists/*
+

+ 1 - 0
build.sh

@@ -0,0 +1 @@
+docker build -t rwserver/rtmp .