Skip to content

Commit

Permalink
one layer per pkg dep
Browse files Browse the repository at this point in the history
  • Loading branch information
maxheld83 committed Jun 4, 2019
1 parent cb87bc5 commit c01063f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion actions/document/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ LABEL "com.github.actions.description"="Document Packages for rstats."
LABEL "com.github.actions.icon"="book-open"
LABEL "com.github.actions.color"="blue"

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

COPY entrypoint.R /entrypoint.R
ENTRYPOINT ["/entrypoint.R"]
Expand Down

0 comments on commit c01063f

Please sign in to comment.