File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,6 +14,8 @@ RUN echo "deb [trusted=yes] https://cloud.r-project.org/bin/linux/debian $(lsb_r
1414 apt-get -yq install cloc curl parallel vim wget r-base-dev &&\
1515 apt-get clean
1616
17+ RUN R -e "stopifnot(getRversion() >= '4.5')"
18+
1719ENV LC_ALL=en_US.UTF-8
1820ENV LANG=en_US.UTF-8
1921
Original file line number Diff line number Diff line change @@ -8,12 +8,14 @@ RUN apt-get -yq update &&\
88
99RUN localedef -i en_US -f UTF-8 en_US.UTF-8
1010
11- RUN echo "deb [trusted=yes] https://cloud.r-project.org/bin/linux/debian $(lsb_release -sc)-cran40 /" > /etc/apt/sources.list.d/cran.list && \
11+ RUN echo "deb [trusted=yes] https://cloud.r-project.org/bin/linux/debian $(lsb_release -sc)-cran46 /" > /etc/apt/sources.list.d/cran.list && \
1212 apt-get -yq update &&\
1313 apt-get -yq dist-upgrade &&\
1414 apt-get -yq install cloc curl parallel vim wget r-base-dev &&\
1515 apt-get clean
1616
17+ RUN R -e "stopifnot(getRversion() >= '4.6')"
18+
1719ENV LC_ALL=en_US.UTF-8
1820ENV LANG=en_US.UTF-8
1921
Original file line number Diff line number Diff line change @@ -8,12 +8,14 @@ RUN apt-get -yq update &&\
88
99RUN localedef -i en_US -f UTF-8 en_US.UTF-8
1010
11- RUN echo "deb [trusted=yes] https://cloud.r-project.org/bin/linux/debian $(lsb_release -sc)-cran40 /" > /etc/apt/sources.list.d/cran.list && \
11+ RUN echo "deb [trusted=yes] https://cloud.r-project.org/bin/linux/debian $(lsb_release -sc)-cran46 /" > /etc/apt/sources.list.d/cran.list && \
1212 apt-get -yq update &&\
1313 apt-get -yq dist-upgrade &&\
1414 apt-get -yq install cloc curl parallel vim wget r-base-dev &&\
1515 apt-get clean
1616
17+ RUN R -e "stopifnot(getRversion() >= '4.6')"
18+
1719ENV LC_ALL=en_US.UTF-8
1820ENV LANG=en_US.UTF-8
1921
You can’t perform that action at this time.
0 commit comments