From e418f8fb81f9f4e8757469960acd626c44232589 Mon Sep 17 00:00:00 2001 From: Alexandre Date: Sat, 4 Dec 2021 18:47:49 +0100 Subject: [PATCH] correct --- firefox/Dockerfile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/firefox/Dockerfile b/firefox/Dockerfile index a56afe4b1..32d279bb4 100644 --- a/firefox/Dockerfile +++ b/firefox/Dockerfile @@ -15,10 +15,6 @@ RUN \ && rm -rf /tmp/bashio || true RUN \ - # use /data instead of /config for hass.io environment - sed -i "s|/config|/config/firefox|g" /etc/services.d/firefox/run \ - && sed -i "s|/config|/config/firefox|g" /etc/cont-init.d/30-config \ - \ # Allow UID and GID setting && sed -i 's/bash/bashio/g' /etc/cont-init.d/10-adduser \ && sed -i 's/{PUID:-911}/(bashio::config "PUID")/g' /etc/cont-init.d/10-adduser \