diff --git a/Dockerfile b/Dockerfile index fc91437a147d33f82e27c35329080c185989af62..ecf9d8dfc4078b37110c7a5b1f1e734c120e1cff 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,7 @@ FROM python:3.7-alpine +RUN apt install ffmpeg + RUN pip install pipenv COPY . /opt/SaveMyPlaylist