Skip to content

Commit

Permalink
Merge pull request #1866 from petersudmant/staging
Browse files Browse the repository at this point in the history
fix libpython2.7 for paup
  • Loading branch information
petersudmant authored Oct 3, 2020
2 parents a9949c7 + 3f9446d commit 7b18a8a
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 55 deletions.
Binary file removed deployments/biology/image/.environment.yml.swp
Binary file not shown.
6 changes: 6 additions & 0 deletions deployments/biology/image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@ RUN adduser --disabled-password --gecos "Default Jupyter user" ${NB_USER}
# This lets users temporarily install packages
RUN mkdir -p ${R_LIBS_USER} && chown ${NB_USER}:${NB_USER} ${R_LIBS_USER}

# Required for PAUP*
# Note that this doesn't actually install python2, thankfully
RUN apt-get update -qq --yes > /dev/null && \
apt-get install --yes -qq \
libpython2.7 > /dev/null

# Install these without 'recommended' packages to keep image smaller.
# Useful utils that folks sort of take for granted
RUN apt-get update -qq --yes && \
Expand Down
14 changes: 0 additions & 14 deletions deployments/biology/image/apt.txt

This file was deleted.

41 changes: 0 additions & 41 deletions deployments/biology/image/postBuild

This file was deleted.

0 comments on commit 7b18a8a

Please sign in to comment.