From bc8c7090e466ddf8afd4800d2233b4df9de5dc7a Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sat, 19 Jul 2025 21:38:43 +0200 Subject: [PATCH] Update Dockerfile --- guacamole/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guacamole/Dockerfile b/guacamole/Dockerfile index 1c71ed295..0f30c9a93 100644 --- a/guacamole/Dockerfile +++ b/guacamole/Dockerfile @@ -98,7 +98,7 @@ RUN chmod 777 /ha_entrypoint.sh /ha_entrypoint_modif.sh && /ha_entrypoint_modif. #WORKDIR /data #ENTRYPOINT [ "/usr/bin/env" ] #CMD [ "/ha_entrypoint.sh" ] -#SHELL ["/bin/bash", "-o", "pipefail", "-c"] +SHELL ["/bin/bash", "-o", "pipefail", "-c"] ############ # 5 Labels #