Skip to content

Commit

Permalink
Dockerfile update
Browse files Browse the repository at this point in the history
  • Loading branch information
dvantwisk committed Nov 4, 2024
1 parent b376694 commit 87c064e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,9 @@ ENV DEBIAN_FRONTEND=noninteractive
#RUN rm -rf /var/lib/{apt,dpkg,cache,log}

USER root
RUN apt-get update && \
apt-get install -y openjdk-11-jre-headless r-base curl && \
apt-get clean;
#RUN apt-get update && \
# apt-get install -y openjdk-11-jre-headless r-base curl && \
# apt-get clean;

RUN Rscript -e "install.packages('BiocManager', dependencies=TRUE, repos='http://cran.rstudio.com/')" && \
Rscript -e "BiocManager::install(c('GenomicFeatures', 'Biostrings', 'biomaRt', 'rtracklayer', 'stringr', 'ggplot2', 'patchwork', 'cowplot'))"
Expand Down
1 change: 1 addition & 0 deletions env.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ dependencies:
- genion=1.0.1
- minimap2=2.28
- samtools
- openjdk=11

0 comments on commit 87c064e

Please sign in to comment.