From b7779070c9eb419b8bc3d03810843428918247cf Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Tue, 16 Sep 2025 14:13:56 +0200 Subject: [PATCH] Update Dockerfile --- guacamole/Dockerfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/guacamole/Dockerfile b/guacamole/Dockerfile index a2736060d..da6bfaaab 100644 --- a/guacamole/Dockerfile +++ b/guacamole/Dockerfile @@ -37,13 +37,11 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"] # hadolint ignore=SC2016 RUN \ # Enable extensions - exit 0 && \ sed -i 's|#!/usr/bin/with-contenv sh|#!/usr/bin/with-contenv bashio|g' /etc/cont-init.d/50-extensions.sh \ && sed -i 's|$EXTENSIONS|$(bashio::config "EXTENSIONS")|g' /etc/cont-init.d/50-extensions.sh RUN \ # Correct transfer - exit 0 && \ sed -i 's|cp -rn /app/guacamole|cp -rn /app/guacamole/*|g' /etc/cont-init.d/* \ \ # avoid error