From c491fe3ea778c07ea8a45608c24d5057d131b86e Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Mon, 30 Nov 2020 08:25:35 +0100 Subject: [PATCH] Update Dockerfile --- musicbrainz/Dockerfile | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/musicbrainz/Dockerfile b/musicbrainz/Dockerfile index 3b3b7f013..374b6bf2f 100644 --- a/musicbrainz/Dockerfile +++ b/musicbrainz/Dockerfile @@ -5,26 +5,6 @@ FROM $BUILD_FROM # Set shell SHELL ["/bin/bash", "-o", "pipefail", "-c"] -RUN apt-get update \ - \ - && apt-get install -y --no-install-recommends \ - jq=1.5+dfsg-2 \ - \ - && apt-get -y upgrade cifs-utils \ - && curl -J -L -o /tmp/bashio.tar.gz \ - "https://github.com/hassio-addons/bashio/archive/v0.7.1.tar.gz" \ - && mkdir /tmp/bashio \ - && tar zxvf \ - /tmp/bashio.tar.gz \ - --strip 1 -C /tmp/bashio \ - \ - && mv /tmp/bashio/lib /usr/lib/bashio \ - && ln -s /usr/lib/bashio/bashio /usr/bin/bashio \ - && rm -fr \ - /tmp/* \ - /var/{cache,log}/* \ - /var/lib/apt/lists/* - # copy local files COPY root/ /