Better docs

This commit is contained in:
Ayaz Salikhov
2021-10-16 16:17:11 +03:00
committed by GitHub
parent d665b0c29a
commit e1bee8d59b

View File

@@ -258,7 +258,8 @@ FROM $BASE_CONTAINER
USER root
# Remove the manpage blocklist, install man, install docs
# `/etc/dpkg/dpkg.cfg.d/excludes` contains several `path-exclude`s, including man pages
# Remove it, then install man, install docs
RUN rm /etc/dpkg/dpkg.cfg.d/excludes && \
apt-get update --yes && \
dpkg -l | grep ^ii | cut -d' ' -f3 | xargs apt-get install --yes --no-install-recommends --reinstall man && \