Skip to content

Commit

Permalink
with docker
Browse files Browse the repository at this point in the history
  • Loading branch information
vortexing committed Feb 1, 2022
1 parent 0beb9a8 commit d713a5a
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: fh.wdlR
Title: Convenience Tools for Managing WDL Workflows via Cromwell
Version: 2.0.1
Version: 2.0.3
Authors@R:
person(given = "Amy",
family = "Paguirigan",
Expand Down
12 changes: 12 additions & 0 deletions docker/dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
### vortexing/fhwdlR:v2.0.3
## Pull the R base image
FROM rocker/r-base:4.1.1
# Update
RUN apt-get update
RUN apt-get install -y libssl-dev libxml2-dev libcurl4-openssl-dev
# Install required packages
RUN R -e "install.packages('remotes', dependencies = TRUE)"
# Install from github
RUN R -e "remotes::install_github('FredHutch/[email protected]', dependencies = TRUE)"
# Override the R CMD for workflow managers
CMD ["/bin/bash"]

0 comments on commit d713a5a

Please sign in to comment.