From 1f667a71fac3da33f70fa6e5a4c2e119a963465b Mon Sep 17 00:00:00 2001 From: Robert Goldmann <deadlocker@gmx.de> Date: Tue, 7 Apr 2020 08:45:22 +0200 Subject: [PATCH] updated Dockerfile --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index fc91437..ecf9d8d 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 -- GitLab