Skip to content

Commit ae09cd0

Browse files
dcrankshawCorey-Zumar
authored andcommitted
Fixed broken R container (#247)
1 parent 024ee8f commit ae09cd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RPythonDockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ FROM clipper/py-rpc:latest
44
RUN echo "deb http://http.debian.net/debian sid main" > /etc/apt/sources.list.d/debian-unstable.list \
55
&& echo 'APT::Default-Release "testing";' > /etc/apt/apt.conf.d/default
66

7-
ENV R_BASE_VERSION 3.4.0
7+
ENV R_BASE_VERSION 3.4
88

99
## Now install R and littler, and create a link for littler in /usr/local/bin
1010
## Also set a default CRAN repo, and make sure littler knows about it too

0 commit comments

Comments
 (0)