We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4473d64 commit 71bb5d2Copy full SHA for 71bb5d2
inst/docker/Dockerfile.vtest
@@ -9,12 +9,13 @@ MAINTAINER Carson Sievert "carson@rstudio.com"
9
10
# Don't print "debconf: unable to initialize frontend: Dialog" messages
11
ARG DEBIAN_FRONTED=noninteractive
12
+ARG CACHEBUST=1
13
14
# Need this to add R repo
15
RUN apt-get update && apt-get install -y software-properties-common
16
17
# Add R apt repository
-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/"
19
RUN apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 0x51716619e084dab9
20
21
# Install basic stuff and R
0 commit comments