Skip to content

Commit 9a10a7d

Browse files
authored
Merge pull request #69 from nmfs-opensci/eeholmes-dev-1
clean out man stuff - outdated with 22.04
2 parents 684397c + 1730622 commit 9a10a7d

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

appendix

-10
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,6 @@ RUN package_list=$(grep -v '^\s*#' ${REPO_DIR}/apt-extras.txt | grep -v '^\s*$'
1616
apt-get clean && \
1717
rm -rf /var/lib/apt/lists/*
1818

19-
# Re-enable man pages disabled in Ubuntu 18 minimal image
20-
# https://wiki.ubuntu.com/Minimal
21-
RUN yes | unminimize
22-
# NOTE: $NB_PYTHON_PREFIX is the same as $CONDA_PREFIX at run-time.
23-
# $CONDA_PREFIX isn't available in this context.
24-
# NOTE: Prepending ensures a working path; if $MANPATH was previously empty,
25-
# the trailing colon ensures that system paths are searched.
26-
ENV MANPATH="${NB_PYTHON_PREFIX}/share/man:${MANPATH}"
27-
RUN mandb
28-
2919
# Copy Desktop files into ${REPO_DIR}/Desktop if they exist
3020
ONBUILD RUN mkdir -p ${REPO_DIR}/Desktop && \
3121
if [ -d Desktop ]; then cp Desktop/* ${REPO_DIR}/Desktop/; fi

0 commit comments

Comments
 (0)