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 \ #############################