summaryrefslogtreecommitdiffstats
path: root/.github/dockerfiles/Dockerfile.build_test
diff options
context:
space:
mode:
Diffstat (limited to '.github/dockerfiles/Dockerfile.build_test')
-rw-r--r--.github/dockerfiles/Dockerfile.build_test11
1 files changed, 11 insertions, 0 deletions
diff --git a/.github/dockerfiles/Dockerfile.build_test b/.github/dockerfiles/Dockerfile.build_test
new file mode 100644
index 000000000..1dc3e303d
--- /dev/null
+++ b/.github/dockerfiles/Dockerfile.build_test
@@ -0,0 +1,11 @@
+ARG BASE
+
+FROM ${BASE}
+
+ARG PRE
+ENV PRE=${PRE}
+
+COPY . /netdata
+
+RUN /bin/sh /netdata/prep-cmd.sh
+RUN /netdata/packaging/installer/install-required-packages.sh --dont-wait --non-interactive netdata-all