Skip to content

Commit

Permalink
Updated container dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
msauria committed Jul 26, 2024
1 parent dddda94 commit 90ac618
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions env/nil-ril.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,14 @@ ENV LC_ALL en_US.UTF-8
ENV LANG en_US.UTF-8

## Use Debian unstable via pinning -- new style via APT::Default-Release
RUN echo "deb http://http.debian.net/debian sid main" > /etc/apt/sources.list.d/debian-unstable.list \
&& echo 'APT::Default-Release "testing";' > /etc/apt/apt.conf.d/default
# RUN echo "deb http://http.debian.net/debian sid main" > /etc/apt/sources.list.d/debian-unstable.list \
# && echo 'APT::Default-Release "testing";' > /etc/apt/apt.conf.d/default

ENV R_BASE_VERSION 3.4.2

## Now install R and littler, and create a link for littler in /usr/local/bin
## Also set a default CRAN repo, and make sure littler knows about it too
RUN apt-get install -t unstable -y --no-install-recommends --allow-unauthenticated \
RUN apt-get install -t stable -y --no-install-recommends --allow-unauthenticated \
littler \
r-cran-littler \
r-base=${R_BASE_VERSION}* \
Expand Down

0 comments on commit 90ac618

Please sign in to comment.