From 8672bd2ac5c573c0638cb81cb53f0871a54c3c3a Mon Sep 17 00:00:00 2001 From: Robert Goldmann <deadlocker@gmx.de> Date: Tue, 7 Apr 2020 08:47:06 +0200 Subject: [PATCH] updated Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ecf9d8d..62b177d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM python:3.7-alpine -RUN apt install ffmpeg +RUN apk add ffmpeg RUN pip install pipenv COPY . /opt/SaveMyPlaylist -- GitLab