From 8473cbfae06bac986ff5c722dca6a27898911301 Mon Sep 17 00:00:00 2001 From: Alexandre Date: Sat, 4 Dec 2021 18:42:40 +0100 Subject: [PATCH] Update Dockerfile --- firefox/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firefox/Dockerfile b/firefox/Dockerfile index 02406b285..a56afe4b1 100644 --- a/firefox/Dockerfile +++ b/firefox/Dockerfile @@ -7,7 +7,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 \