summaryrefslogtreecommitdiffstats
path: root/.github/dockerfiles
diff options
context:
space:
mode:
authorAustin S. Hemmelgarn <austin@netdata.cloud>2021-12-15 11:32:40 -0500
committerGitHub <noreply@github.com>2021-12-15 11:32:40 -0500
commite8766f1a4c2605c61e219b1b96c9bfdca3e0b1bb (patch)
treee8a3436fb28071c1f963c49e06d54ad37eaaa058 /.github/dockerfiles
parent0633e54dd167cc1c5d8944a6d7bb6b12520f0f47 (diff)
Don’t verify optional dependencies in build test environments in CI. (#11910)
This makes the CI jobs less sensitive to external packaging stupidity (like openSUSE making systemd a mandatory dependency of the `sensors` package).
Diffstat (limited to '.github/dockerfiles')
-rw-r--r--.github/dockerfiles/Dockerfile.build_test2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/dockerfiles/Dockerfile.build_test b/.github/dockerfiles/Dockerfile.build_test
index aca89c09b6..50cfdee06c 100644
--- a/.github/dockerfiles/Dockerfile.build_test
+++ b/.github/dockerfiles/Dockerfile.build_test
@@ -15,4 +15,4 @@ RUN echo "${PRE}" > /prep-cmd.sh && \
COPY . /netdata
-RUN /netdata/packaging/installer/install-required-packages.sh --dont-wait --non-interactive netdata-all
+RUN /netdata/packaging/installer/install-required-packages.sh --dont-wait --non-interactive netdata