Skip to content

Commit 46827d2

Browse files
committed
Debian: update to R-4.6
1 parent 6555467 commit 46827d2

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

debian-11/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
1719
ENV LC_ALL=en_US.UTF-8
1820
ENV LANG=en_US.UTF-8
1921

debian-12/Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,14 @@ RUN apt-get -yq update &&\
88

99
RUN 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+
1719
ENV LC_ALL=en_US.UTF-8
1820
ENV LANG=en_US.UTF-8
1921

debian-13/Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,14 @@ RUN apt-get -yq update &&\
88

99
RUN 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+
1719
ENV LC_ALL=en_US.UTF-8
1820
ENV LANG=en_US.UTF-8
1921

0 commit comments

Comments
 (0)