Skip to content

Commit

Permalink
Include devtools R package
Browse files Browse the repository at this point in the history
  • Loading branch information
pranavanba authored Nov 6, 2023
1 parent dfecf9e commit 7f760f3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ RUN R -e 'install.packages("reticulate")'
RUN R -e 'reticulate::install_miniconda()'
RUN R -e 'install.packages("synapser", repos = c("http://ran.synapse.org", "http://cran.fhcrc.org"))'
RUN R -e 'install.packages("synapserutils", repos=c("http://ran.synapse.org", "http://cran.fhcrc.org"))'
RUN R -e 'install.packages("devtools")'

RUN curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip" \
&& unzip awscliv2.zip \
Expand Down

0 comments on commit 7f760f3

Please sign in to comment.