From 8ea5ad259465befec36ced54d82dc64017267886 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Wed, 8 Dec 2021 12:39:43 +0100 Subject: [PATCH] Update Dockerfile --- emby/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/emby/Dockerfile b/emby/Dockerfile index c65ca62c3..d47239bfd 100644 --- a/emby/Dockerfile +++ b/emby/Dockerfile @@ -2,7 +2,7 @@ ARG BUILD_FROM ARG BUILD_VERSION FROM ${BUILD_FROM} ENV BASHIO_VERSION=0.14.3 -ENV PACKAGES="jq" +ENV PACKAGES="" # Set shell SHELL ["/bin/bash", "-o", "pipefail", "-c"] @@ -24,7 +24,7 @@ RUN \ | tar -xzf - --strip 1 -C /tmp/bashio \ && mv /tmp/bashio/lib /usr/lib/bashio \ && ln -s /usr/lib/bashio/bashio /usr/bin/bashio \ - && rm -rf /tmp/bashio + && rm -rf /tmp/bashio || true RUN \ #############################