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 \