@cryptotaxi247 / netdata-1 / commits / 52a4ec661

Add required build dep for ACLK dependencies to Dockerfile. (#8047)

Austin S. Hemmelgarn committed Feb 13, 2020 at 07:42 UTC 52a4ec66142ecb824fe25db1570f5c97f5befe7a
1 file changed +2 -2
Dockerfile
+2 -2
@@ -4,8 +4,8 @@ FROM alpine:3.9 AS build
4
5 # Install Dependencies
6 RUN apk add --no-cache -U alpine-sdk bash curl libuv-dev zlib-dev \
7 - util-linux-dev libmnl-dev gcc make git autoconf \
8 - automake pkgconfig python logrotate
7 + util-linux-dev libmnl-dev gcc make git autoconf \
8 + automake pkgconfig python logrotate openssl-dev
9
10 # Pass optional ./netdata-installer.sh args with --build-arg INSTALLER_ARGS=...
11 ARG INSTALLER_ARGS=""