FROM debian:bookworm WORKDIR / RUN apt-get -qq update \ && apt-get -qq -y install \ ca-certificates kmod COPY support-bundle /troubleshoot/support-bundle COPY preflight /troubleshoot/preflight ENV PATH="/troubleshoot:${PATH}"