diff --git a/Dockerfile b/Dockerfile index 4929d5c..49f0eb5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -59,6 +59,8 @@ RUN chmod +x /tmp/install_build_dependencies.sh \ FROM debian:bookworm-slim ARG TARGETPLATFORM +# See for details: https://github.com/hadolint/hadolint/wiki/DL4006 +SHELL ["/bin/bash", "-o", "pipefail", "-c"] # Create a user to run Photoview server RUN useradd -r -U -m photoview \ # Required dependencies