From a19d7a5adcae14d088576994be0aeb96e631480f Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sun, 17 Oct 2021 09:51:50 +0200 Subject: [PATCH] Update Dockerfile --- wger/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wger/Dockerfile b/wger/Dockerfile index 0372fac36..627860aed 100644 --- a/wger/Dockerfile +++ b/wger/Dockerfile @@ -8,7 +8,7 @@ RUN \ ################## # Install bashio # ################## - && mkdir -p /tmp/bashio \ + mkdir -p /tmp/bashio \ && curl -L -f -s "https://github.com/hassio-addons/bashio/archive/v${BASHIO_VERSION}.tar.gz" \ | tar -xzf - --strip 1 -C /tmp/bashio \ && mv /tmp/bashio/lib /usr/lib/bashio \