summaryrefslogtreecommitdiffstats
path: root/.github/dockerfiles/Dockerfile.build_test
blob: 1dc3e303d64f202b27b12866983fd9727a506570 (plain)
1
2
3
4
5
6
7
8
9
10
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