From 0f502b6cc9168b72334dde6e95fb1b1edbebc6d2 Mon Sep 17 00:00:00 2001 From: Leo Barrientos C Date: Thu, 5 Mar 2020 18:37:40 +0100 Subject: [PATCH 1/3] Add nss --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 9f941bb..5fec880 100644 --- a/Dockerfile +++ b/Dockerfile @@ -63,6 +63,8 @@ RUN set -x \ COPY etc/* ${DRILL_CONF_DIR}/ COPY bin/* /usr/local/bin/ COPY lib/* /usr/local/lib/ + +RUN apk add --no-cache nss VOLUME ["${DRILL_LOG_DIR}"] From 5bebf49b2325358bda9b678be22d00c6e3d96da0 Mon Sep 17 00:00:00 2001 From: Leo Barrientos C Date: Thu, 5 Mar 2020 18:43:22 +0100 Subject: [PATCH 2/3] Add nss --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5fec880..b710bf8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM alpine:3.6 ARG BUILD_DATE ARG VCS_REF -ARG VERSION +ARG VERSION=1.17.0 LABEL \ maintainer="smizy" \ From 4bc827c5e4cb9ca273e4239ec2edbbf3f875b81b Mon Sep 17 00:00:00 2001 From: Leo Barrientos C Date: Fri, 6 Mar 2020 00:33:59 +0100 Subject: [PATCH 3/3] LDAP --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index b710bf8..3883910 100644 --- a/Dockerfile +++ b/Dockerfile @@ -65,6 +65,7 @@ COPY bin/* /usr/local/bin/ COPY lib/* /usr/local/lib/ RUN apk add --no-cache nss +RUN apk add --no-cache nss-pam-ldapd VOLUME ["${DRILL_LOG_DIR}"]