We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 13a9dfa + cb26a15 commit e11a7fbCopy full SHA for e11a7fb
Dockerfile
@@ -1,6 +1,8 @@
1
FROM rocker/tidyverse:latest
2
LABEL maintainer="cwright2@fredhutch.org"
3
4
+RUN Rscript -e "options(warn = 2);install.packages('stringr', repos = 'https://cloud.r-project.org/')"
5
+
6
7
# System dependencies for R packages
8
RUN apt-get update && apt-get install -y \
@@ -21,7 +23,6 @@ RUN apt-get update && apt-get install -y \
21
23
libcairo2-dev \
22
24
libgit2-dev \
25
-RUN Rscript -e "options(warn = 2);install.packages('stringr', repos = 'https://cloud.r-project.org/')"
26
27
RUN Rscript -e "options(warn = 2);install.packages('sf', repos = 'https://cloud.r-project.org/')"
28
0 commit comments