We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ce9520 commit 6db8556Copy full SHA for 6db8556
inst/docker/Dockerfile.vtest
@@ -1,5 +1,3 @@
1
-# ------------------------------------------------------------------------------
2
-# Remove VMODE to run vdiffr::manage_cases()
3
# $ docker build -t cpsievert/plotly-vtest .
4
# $ docker run -e VMODE="ci" -v $(pwd):/home/plotly --privileged -p 3838:3838 cpsievert/plotly-vtest
5
# ------------------------------------------------------------------------------
@@ -92,6 +90,7 @@ RUN chmod 777 /usr/bin/orca
92
90
ENV VDIFFR=true
93
91
EXPOSE 3838
94
+RUN R -e "install.packages('assertthat')"
95
RUN R -e "update.packages(ask=FALSE)"
96
97
# install any new dependencies, then either manage cases (the default) or run tests
0 commit comments