From edb010a85dc786cc0dc56a8983b6a026a87f32bc Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Mon, 25 Jan 2021 11:31:18 +0100 Subject: [PATCH] Update Dockerfile --- joal/Dockerfile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/joal/Dockerfile b/joal/Dockerfile index 185a408fa..ab401cc64 100644 --- a/joal/Dockerfile +++ b/joal/Dockerfile @@ -14,11 +14,7 @@ RUN apt-get update \ --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/* + && ln -s /usr/lib/bashio/bashio /usr/bin/bashio #Install Joal RUN mkdir -p /joal \