mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-15 14:02:58 +00:00
Rename blacklist
-> blocklist
A simple change, but also quite easy. See https://en.wikipedia.org/wiki/Master/slave_(technology)
This commit is contained in:
@@ -3924,7 +3924,7 @@ msgstr ""
|
|||||||
|
|
||||||
#~ msgid ""
|
#~ msgid ""
|
||||||
#~ "ENV DEBIAN_FRONTEND noninteractive # Remove"
|
#~ "ENV DEBIAN_FRONTEND noninteractive # Remove"
|
||||||
#~ " the manpage blacklist, install man, "
|
#~ " the manpage blocklist, install man, "
|
||||||
#~ "install docs RUN rm "
|
#~ "install docs RUN rm "
|
||||||
#~ "/etc/dpkg/dpkg.cfg.d/excludes \\"
|
#~ "/etc/dpkg/dpkg.cfg.d/excludes \\"
|
||||||
#~ msgstr ""
|
#~ msgstr ""
|
||||||
@@ -4886,7 +4886,7 @@ msgstr ""
|
|||||||
#~ msgstr ""
|
#~ msgstr ""
|
||||||
|
|
||||||
#~ msgid ""
|
#~ msgid ""
|
||||||
#~ "# Remove the manpage blacklist, install"
|
#~ "# Remove the manpage blocklist, install"
|
||||||
#~ " man, install docs RUN rm "
|
#~ " man, install docs RUN rm "
|
||||||
#~ "/etc/dpkg/dpkg.cfg.d/excludes \\"
|
#~ "/etc/dpkg/dpkg.cfg.d/excludes \\"
|
||||||
#~ msgstr ""
|
#~ msgstr ""
|
||||||
|
@@ -258,7 +258,7 @@ FROM $BASE_CONTAINER
|
|||||||
|
|
||||||
USER root
|
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 && \
|
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