Initial commit
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2023-01-21 00:21:11 -05:00
commit dd08f0967e
3 changed files with 23 additions and 0 deletions

5
Dockerfile Normal file
View File

@ -0,0 +1,5 @@
FROM debian:stretch-slim
RUN apt-get update && \
apt-get -y ffmpeg && \
rm -rf /var/lib/apt/lists/*