From e197af29cd32f55fbba9e56112c5e74e0e26864a Mon Sep 17 00:00:00 2001 From: Robert Goldmann <deadlocker@gmx.de> Date: Mon, 7 Jun 2021 22:44:34 +0200 Subject: [PATCH] updated Dockerfile --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 63b024c..2be1736 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,6 @@ FROM python:3.7-alpine +RUN apk add py3-psutil RUN pip install pipenv COPY . /opt/SpotifyBackup -- GitLab