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

Commit 13cf138

Browse files
authored
Remove dpkg excludes
Remove /etc/dpkg/dpkg.cfg.d/excludes for installing man pages.
1 parent 760ab67 commit 13cf138

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

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 man \
1011
&& apt-get -q -y autoremove \
1112
&& apt-get -q -y clean \

0 commit comments

Comments
 (0)