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 1aee1f8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 3 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,10 @@ Imports:
cli (>= 2.0.2),
shinycaas,
gh (>= 1.1.0),
httr (>= 1.4.2)
Suggests:
httr (>= 1.4.2),
testthat (>= 2.3.2),
shinytest (>= 1.5.0)
Suggests:
subugoetheme,
shiny (>= 1.5.0),
ggplot2 (>= 3.3.2),
Expand Down
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 1aee1f8

Please sign in to comment.