Skip to content

Commit

Permalink
add phantomJS for shiny testing opens #204
Browse files Browse the repository at this point in the history
  • Loading branch information
maxheld83 committed Jul 19, 2021
1 parent 4244e78 commit 91cc7ab
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions builder_img/builder.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@ SHELL ["Rscript", "-e"]
RUN system(command = sysreqs::sysreq_commands('DESCRIPTION'))
# NA is so as to ensure that suggests deps such as metar are not baked into the builder image
RUN options(warn = 2); remotes::install_deps(dependencies = NA)
# does not get picked up by sysreqs https://github.com/subugoe/muggle/issues/204
RUN shinytest::installDependencies()

# install builder software (needed at build time, not at run time)
COPY . .
Expand Down

0 comments on commit 91cc7ab

Please sign in to comment.