Skip to content
Snippets Groups Projects
Commit 7950869f authored by nimrod's avatar nimrod
Browse files

nss-pam-ldapd image update.

- Update base image to Debian Buster.
- Install pamtester in the image.
parent 854be41d
Branches
No related tags found
No related merge requests found
FROM debian:stretch-slim FROM debian:buster-slim
# hadolint ignore=DL3008
RUN apt-get update && \ RUN apt-get update && \
DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \ DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
ca-certificates=20161130+nmu1+deb9u1 \ ca-certificates \
gosu=1.10-1+b2 \ gosu \
libnss-ldapd=0.9.7-2+deb9u1 \ libnss-ldapd \
libpam-ldapd=0.9.7-2+deb9u1 \ libpam-ldapd \
pamtester \
&& \ && \
mkdir -p /run/nslcd && \ mkdir -p /run/nslcd && \
chown -R nslcd:nslcd /run/nslcd/ && \ chown -R nslcd:nslcd /run/nslcd/ && \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment