Skip to content

Commit

Permalink
Dockerfile v2024-04-15.2: returned r-cran-stringi; updated comments
Browse files Browse the repository at this point in the history
  • Loading branch information
vinuesa committed Apr 16, 2024
1 parent ee356d3 commit e773577
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
## Dockerfile version 2024-04-15, based on v2022-11-19;
# - build images using as context the cloned get_phylomarkers GitHub repository
# based on latest ubuntu (jammy) and r-base (4.2.2)
# - runs 22 tests during the final image's build stage & sets ENV R_LIBS_SITE
# - runs 24 tests during the final image's build stage & sets ENV R_LIBS_SITE
# - produces a significantly lighter image, as several unnecessary R packages were removed,
# and remotes replaces the much heavier devtools

# Check versions: https://hub.docker.com/_/ubuntu
FROM ubuntu:latest
Expand Down Expand Up @@ -53,6 +55,7 @@ r-cran-vioplot \
r-cran-plyr \
r-cran-dplyr \
r-cran-ggplot2 \
r-cran-stringi \
r-cran-stringr \
r-cran-seqinr \
&& apt clean && apt purge && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
Expand Down

0 comments on commit e773577

Please sign in to comment.