From 9c42e4a4a9c7c49bc1a30a1dc720ae74b263911a Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Wed, 8 Dec 2021 11:29:36 +0100 Subject: [PATCH] Update Dockerfile --- emby/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emby/Dockerfile b/emby/Dockerfile index 7b67c8fdf..e82fabd62 100644 --- a/emby/Dockerfile +++ b/emby/Dockerfile @@ -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 || true + && rm -rf /tmp/bashio RUN \ #############################