From 98f969c76c94d2ff6a97cd9160b59c3837cd7783 Mon Sep 17 00:00:00 2001 From: RandomNinjaAtk Date: Fri, 10 Jun 2022 19:44:50 -0400 Subject: [PATCH] Update Dockerfile.amd64 --- Dockerfile.amd64 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile.amd64 b/Dockerfile.amd64 index cd4fb8e..4e939ce 100644 --- a/Dockerfile.amd64 +++ b/Dockerfile.amd64 @@ -7,12 +7,12 @@ RUN \ flac \ beets \ jq \ + git \ gcc \ python3-dev \ - libc-dev \ - py3-pip && \ + libc-dev && \ echo "************ install python packages ************" && \ - python3 -m pip install --no-cache-dir -U \ + pip install \ yq \ r128gain \ tidal-dl \