Skip to content
This repository was archived by the owner on Jan 5, 2025. It is now read-only.

Commit 2ff2475

Browse files
Fix the man page installation issue in the LDAP Dockerfile too
1 parent 0cbe06f commit 2ff2475

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile.ldap

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ ARG DEBIAN_FRONTEND=noninteractive
66

77
RUN apt-get -q -y update \
88
&& apt-get -q -y -o "DPkg::Options::=--force-confold" -o "DPkg::Options::=--force-confdef" install apt-utils \
9+
&& rm /etc/dpkg/dpkg.cfg.d/excludes \
910
&& apt-get -q -y -o "DPkg::Options::=--force-confold" -o "DPkg::Options::=--force-confdef" install dumb-init isc-dhcp-server-ldap man \
1011
&& apt-get -q -y autoremove \
1112
&& apt-get -q -y clean \

0 commit comments

Comments
 (0)