summaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authorAustin S. Hemmelgarn <austin@netdata.cloud>2020-02-13 07:42:07 -0500
committerGitHub <noreply@github.com>2020-02-13 07:42:07 -0500
commit52a4ec66142ecb824fe25db1570f5c97f5befe7a (patch)
treef17b66aec182797b9ee4496367aee8f84d5b3045 /Dockerfile
parente5ec99c72d67d9b8e1c8b503f43ff0fbd3ef2bf7 (diff)
Add required build dep for ACLK dependencies to Dockerfile. (#8047)
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Dockerfile b/Dockerfile
index d0fa50f7b1..fa5077aac5 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -4,8 +4,8 @@ FROM alpine:3.9 AS build
# Install Dependencies
RUN apk add --no-cache -U alpine-sdk bash curl libuv-dev zlib-dev \
- util-linux-dev libmnl-dev gcc make git autoconf \
- automake pkgconfig python logrotate
+ util-linux-dev libmnl-dev gcc make git autoconf \
+ automake pkgconfig python logrotate openssl-dev
# Pass optional ./netdata-installer.sh args with --build-arg INSTALLER_ARGS=...
ARG INSTALLER_ARGS=""