From 2676a5239ce0ec811ddb2ad3746bee946cf33a95 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Mon, 18 Mar 2024 08:14:28 +0100 Subject: [PATCH] Update Dockerfile --- guacamole/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/guacamole/Dockerfile b/guacamole/Dockerfile index 00f1c5bb8..c663890a2 100644 --- a/guacamole/Dockerfile +++ b/guacamole/Dockerfile @@ -64,6 +64,7 @@ RUN \ COPY rootfs/ / # Uses /bin for compatibility purposes +# hadolint ignore=DL4005 RUN if [ ! -f /bin/sh ] && [ -f /usr/bin/sh ]; then ln -s /usr/bin/sh /bin/sh; fi && \ if [ ! -f /bin/bash ] && [ -f /usr/bin/bash ]; then ln -s /usr/bin/bash /bin/bash; fi