mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-18 15:32:56 +00:00
Merge pull request #1483 from NickCrews/remove-blacklist
Get rid of `blacklist` word
This commit is contained in:
@@ -258,7 +258,8 @@ FROM $BASE_CONTAINER
|
|||||||
|
|
||||||
USER root
|
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 && \
|
RUN rm /etc/dpkg/dpkg.cfg.d/excludes && \
|
||||||
apt-get update --yes && \
|
apt-get update --yes && \
|
||||||
dpkg -l | grep ^ii | cut -d' ' -f3 | xargs apt-get install --yes --no-install-recommends --reinstall man && \
|
dpkg -l | grep ^ii | cut -d' ' -f3 | xargs apt-get install --yes --no-install-recommends --reinstall man && \
|
||||||
|
Reference in New Issue
Block a user