Skip to content

Commit 71bb5d2

Browse files
committed
visual testing now requires R >= 3.5 because of mvtnorm
1 parent 4473d64 commit 71bb5d2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

inst/docker/Dockerfile.vtest

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,13 @@ MAINTAINER Carson Sievert "carson@rstudio.com"
99

1010
# Don't print "debconf: unable to initialize frontend: Dialog" messages
1111
ARG DEBIAN_FRONTED=noninteractive
12+
ARG CACHEBUST=1
1213

1314
# Need this to add R repo
1415
RUN apt-get update && apt-get install -y software-properties-common
1516

1617
# Add R apt repository
17-
RUN add-apt-repository "deb http://cran.r-project.org/bin/linux/ubuntu $(lsb_release -cs)/"
18+
RUN add-apt-repository "deb http://cran.r-project.org/bin/linux/ubuntu $(lsb_release -cs)-cran35/"
1819
RUN apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 0x51716619e084dab9
1920

2021
# Install basic stuff and R

0 commit comments

Comments
 (0)