Initial commit: FFMPEG alpine for Docker

This commit is contained in:
Denis Makogon
2018-05-17 23:04:11 +03:00
commit 358727ffc2
5 changed files with 441 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
FROM denismakogon/ffmpeg-runtime:4.0-alpine3.7
ENTRYPOINT ["/usr/local/bin/ffmpeg"]