Rename blacklist -> blocklist

A simple change, but also quite easy.

See https://en.wikipedia.org/wiki/Master/slave_(technology)
This commit is contained in:
Nick Crews
2021-10-15 11:34:15 -06:00
parent 4591a202b0
commit ba2e8d7716
2 changed files with 3 additions and 3 deletions

View File

@@ -258,7 +258,7 @@ FROM $BASE_CONTAINER
USER root
# Remove the manpage blacklist, install man, install docs
# Remove the manpage blocklist, 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 && \