Skip to content

Commit

Permalink
Merge pull request #1483 from NickCrews/remove-blacklist
Browse files Browse the repository at this point in the history
Get rid of `blacklist` word
  • Loading branch information
mathbunnyru committed Oct 16, 2021
2 parents 4591a20 + e1bee8d commit 7c05535
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/using/recipes.md
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,8 @@ FROM $BASE_CONTAINER

USER root

# Remove the manpage blacklist, 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 && \
Expand Down

0 comments on commit 7c05535

Please sign in to comment.