Skip to content

Commit

Permalink
Merge pull request #69 from nmfs-opensci/eeholmes-dev-1
Browse files Browse the repository at this point in the history
clean out man stuff - outdated with 22.04
  • Loading branch information
eeholmes authored Oct 21, 2024
2 parents 684397c + 1730622 commit 9a10a7d
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions appendix
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,6 @@ RUN package_list=$(grep -v '^\s*#' ${REPO_DIR}/apt-extras.txt | grep -v '^\s*$'
apt-get clean && \
rm -rf /var/lib/apt/lists/*

# Re-enable man pages disabled in Ubuntu 18 minimal image
# https://wiki.ubuntu.com/Minimal
RUN yes | unminimize
# NOTE: $NB_PYTHON_PREFIX is the same as $CONDA_PREFIX at run-time.
# $CONDA_PREFIX isn't available in this context.
# NOTE: Prepending ensures a working path; if $MANPATH was previously empty,
# the trailing colon ensures that system paths are searched.
ENV MANPATH="${NB_PYTHON_PREFIX}/share/man:${MANPATH}"
RUN mandb

# Copy Desktop files into ${REPO_DIR}/Desktop if they exist
ONBUILD RUN mkdir -p ${REPO_DIR}/Desktop && \
if [ -d Desktop ]; then cp Desktop/* ${REPO_DIR}/Desktop/; fi
Expand Down

0 comments on commit 9a10a7d

Please sign in to comment.