From 8af9a238b9de155b92a9f2e450426b7491ec0a02 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sun, 5 Dec 2021 18:40:44 +0100 Subject: [PATCH] Update Dockerfile --- webtop/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webtop/Dockerfile b/webtop/Dockerfile index 46164c395..e0508c8b4 100644 --- a/webtop/Dockerfile +++ b/webtop/Dockerfile @@ -23,7 +23,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 # Allow UID and GID setting RUN sed -i 's/bash/bashio/g' /etc/cont-init.d/10-adduser \