Skip to content

Commit

Permalink
Merge pull request #2862 from balajialg/rpackagebranch
Browse files Browse the repository at this point in the history
Installing library tzdata as part of docker image in biology hub for issue #2737
  • Loading branch information
balajialg authored Oct 9, 2021
2 parents ef244da + 0720755 commit 5711704
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions deployments/biology/image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,11 @@ RUN apt-get update -qq --yes && \
apt-get install --yes --no-install-recommends -qq \
libgsl-dev >/dev/null

## library required for running ccb293 package qiime
RUN apt-get update -qq --yes > /dev/null && \
apt-get install --yes -qq \
tzdata > /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

0 comments on commit 5711704

Please sign in to comment.