Files
troubleshoot/deploy/Dockerfile.troubleshoot
Marc Campbell 8ba2c576c3 one more fix
2019-12-18 18:42:03 +00:00

13 lines
228 B
Docker

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