summaryrefslogtreecommitdiffstats
path: root/Dockerfile.test
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2021-05-19 12:33:38 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2021-05-19 12:33:59 +0000
commit1ee0c09c5742557e037df5421ca62abddb90ae22 (patch)
tree71c0fa48bb6d31d036c9badd7e038527f90d1a73 /Dockerfile.test
parentReleasing debian version 1.30.1-1. (diff)
downloadnetdata-1ee0c09c5742557e037df5421ca62abddb90ae22.tar.xz
netdata-1ee0c09c5742557e037df5421ca62abddb90ae22.zip
Merging upstream version 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 df57ea0d..ef087d82 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