Skip to content

Commit e11a7fb

Browse files
Merge pull request #27 from jhudsl/after_deletion
rordering to test Dockerfile
2 parents 13a9dfa + cb26a15 commit e11a7fb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
FROM rocker/tidyverse:latest
22
LABEL maintainer="cwright2@fredhutch.org"
33

4+
RUN Rscript -e "options(warn = 2);install.packages('stringr', repos = 'https://cloud.r-project.org/')"
5+
46

57
# System dependencies for R packages
68
RUN apt-get update && apt-get install -y \
@@ -21,7 +23,6 @@ RUN apt-get update && apt-get install -y \
2123
libcairo2-dev \
2224
libgit2-dev \
2325

24-
RUN Rscript -e "options(warn = 2);install.packages('stringr', repos = 'https://cloud.r-project.org/')"
2526

2627
RUN Rscript -e "options(warn = 2);install.packages('sf', repos = 'https://cloud.r-project.org/')"
2728

0 commit comments

Comments
 (0)