From 7950869f3378162970ed874a39ad89ef6f3a93bf Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Sat, 21 Sep 2019 01:38:14 +0300 Subject: [PATCH] nss-pam-ldapd image update. - Update base image to Debian Buster. - Install pamtester in the image. --- nss-pam-ldapd/Dockerfile | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/nss-pam-ldapd/Dockerfile b/nss-pam-ldapd/Dockerfile index b142eba..a963e39 100644 --- a/nss-pam-ldapd/Dockerfile +++ b/nss-pam-ldapd/Dockerfile @@ -1,10 +1,12 @@ -FROM debian:stretch-slim +FROM debian:buster-slim +# hadolint ignore=DL3008 RUN apt-get update && \ DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \ - ca-certificates=20161130+nmu1+deb9u1 \ - gosu=1.10-1+b2 \ - libnss-ldapd=0.9.7-2+deb9u1 \ - libpam-ldapd=0.9.7-2+deb9u1 \ + ca-certificates \ + gosu \ + libnss-ldapd \ + libpam-ldapd \ + pamtester \ && \ mkdir -p /run/nslcd && \ chown -R nslcd:nslcd /run/nslcd/ && \ -- GitLab