From 462cba049bc3c6204cc82ea8cb9abf987d987346 Mon Sep 17 00:00:00 2001 From: Robert Goldmann <deadlocker@gmx.de> Date: Sat, 2 May 2020 12:37:31 +0200 Subject: [PATCH] gcc is needed for building some python dependencies --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 63b024c..a7a3d03 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,7 @@ FROM python:3.7-alpine +RUN apk add build-base + RUN pip install pipenv COPY . /opt/SpotifyBackup -- GitLab