summaryrefslogtreecommitdiffstats
path: root/Dockerfile.test
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2021-05-19 12:33:27 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2021-05-19 12:33:27 +0000
commit841395dd16f470e3c051a0a4fff5b91efc983c30 (patch)
tree4115f6eedcddda75067130b80acaff9e51612f49 /Dockerfile.test
parentAdding upstream version 1.30.1. (diff)
downloadnetdata-841395dd16f470e3c051a0a4fff5b91efc983c30.tar.xz
netdata-841395dd16f470e3c051a0a4fff5b91efc983c30.zip
Adding upstream version 1.31.0.upstream/1.31.0
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'Dockerfile.test')
-rw-r--r--Dockerfile.test4
1 files changed, 2 insertions, 2 deletions
diff --git a/Dockerfile.test b/Dockerfile.test
index df57ea0d0..ef087d829 100644
--- a/Dockerfile.test
+++ b/Dockerfile.test
@@ -3,7 +3,7 @@
# `./packaging/docker/Dockerfile`.
#
# TODO: Create a netdata/package-builder:alpine9
-#FROM netdata/package-buidler:alpine AS build
+#FROM netdata/package-builder:alpine AS build
FROM alpine:3.9 AS build
# Install Dependencies
@@ -27,7 +27,7 @@ RUN ./netdata-installer.sh --dont-wait --dont-start-it --disable-go "${INSTALLER
FROM alpine:3.9 AS runtime
-# Install runtime dependeices
+# Install runtime dependencies
RUN apk --no-cache -U add curl bash libuv zlib util-linux libmnl python
# Create netdata user/group