Skip to content

Commit c01063f

Browse files
committed
one layer per pkg dep
1 parent cb87bc5 commit c01063f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

actions/document/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ LABEL "com.github.actions.description"="Document Packages for rstats."
1111
LABEL "com.github.actions.icon"="book-open"
1212
LABEL "com.github.actions.color"="blue"
1313

14-
RUN Rscript -e "install.packages(pkgs = c('devtools', 'roxygen2'))"
14+
RUN Rscript -e "install.packages(pkgs = 'devtools')"
15+
RUN Rscript -e "install.packages(pkgs = 'roxygen2')"
1516

1617
COPY entrypoint.R /entrypoint.R
1718
ENTRYPOINT ["/entrypoint.R"]

0 commit comments

Comments
 (0)