Skip to content

Commit 6db8556

Browse files
committed
install assertthat before updating pkgs in vtest dockerfile
(this has bit me several times now
1 parent 5ce9520 commit 6db8556

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

inst/docker/Dockerfile.vtest

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# ------------------------------------------------------------------------------
2-
# Remove VMODE to run vdiffr::manage_cases()
31
# $ docker build -t cpsievert/plotly-vtest .
42
# $ docker run -e VMODE="ci" -v $(pwd):/home/plotly --privileged -p 3838:3838 cpsievert/plotly-vtest
53
# ------------------------------------------------------------------------------
@@ -92,6 +90,7 @@ RUN chmod 777 /usr/bin/orca
9290
ENV VDIFFR=true
9391
EXPOSE 3838
9492

93+
RUN R -e "install.packages('assertthat')"
9594
RUN R -e "update.packages(ask=FALSE)"
9695

9796
# install any new dependencies, then either manage cases (the default) or run tests

0 commit comments

Comments
 (0)