From c3aa20773fcc50d3a1663d1f6d29e971c850ab8c Mon Sep 17 00:00:00 2001 From: thelamer Date: Tue, 4 Jun 2019 19:59:57 -0700 Subject: [PATCH] need more packages for nightly --- Dockerfile | 2 ++ Dockerfile.aarch64 | 2 ++ Dockerfile.armhf | 2 ++ 3 files changed, 6 insertions(+) diff --git a/Dockerfile b/Dockerfile index 2d021a2..47c8f5b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -144,7 +144,9 @@ RUN \ RUN \ set -ex && \ pip3 install --no-cache-dir -U \ + confuse \ discogs-client \ + mediafile \ mutagen \ pyacoustid \ pyyaml \ diff --git a/Dockerfile.aarch64 b/Dockerfile.aarch64 index b4c4264..6335016 100644 --- a/Dockerfile.aarch64 +++ b/Dockerfile.aarch64 @@ -148,7 +148,9 @@ COPY bandaid/aarch64/ /usr/lib/ RUN \ set -ex && \ pip3 install --no-cache-dir -U \ + confuse \ discogs-client \ + mediafile \ mutagen \ pyacoustid \ pyyaml \ diff --git a/Dockerfile.armhf b/Dockerfile.armhf index 6c235af..fe6ed2d 100644 --- a/Dockerfile.armhf +++ b/Dockerfile.armhf @@ -144,7 +144,9 @@ RUN \ RUN \ set -ex && \ pip3 install --no-cache-dir -U \ + confuse \ discogs-client \ + mediafile \ mutagen \ pyacoustid \ pyyaml \