Merge pull request #97 from replicatedhq/build-fix

one more fix
This commit is contained in:
Marc Campbell
2019-12-18 11:10:14 -08:00
committed by GitHub

View File

@@ -6,7 +6,6 @@ RUN apt-get -qq update \
ca-certificates
COPY support-bundle /troubleshoot/support-bundle
COPY collector /troubleshoot/collector
COPY preflight /troubleshoot/preflight
ENV PATH="/troubleshoot:${PATH}"