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