Skip to content

Commit

Permalink
add Dockerfile for creating dasper docker
Browse files Browse the repository at this point in the history
  • Loading branch information
dzhang32 committed Sep 4, 2021
1 parent db8c388 commit 75b23fc
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
FROM bioconductor/bioconductor_docker:RELEASE_3_13

LABEL authors="[email protected]" \
maintainer="[email protected]" \
description="Docker image based on the bioconductor/bioconductor_docker:RELEASE_3_13 with dasper installed"

WORKDIR /home/rstudio/dasper

COPY --chown=rstudio:rstudio . /home/rstudio/dasper

RUN Rscript -e "devtools::install('.', dependencies = TRUE, repos = BiocManager::repositories(), build_vignettes = TRUE)"

0 comments on commit 75b23fc

Please sign in to comment.