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 cfd7684 commit 1aa3928
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions env/nil-ril.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ RUN apt-get update \
libmariadb-dev \
libpq-dev \
libssh2-1-dev \
&& rm -rf /var/lib/apt/lists/*
#&& rm -rf /var/lib/apt/lists/*

## Configure default locale, see https://github.com/rocker-org/rocker/issues/19
RUN echo "en_US.UTF-8 UTF-8" >> /etc/locale.gen \
Expand All @@ -37,8 +37,7 @@ 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 update \
&& apt-get install -t unstable -y --no-install-recommends --allow-unauthenticated \
RUN apt-get install -t unstable -y --no-install-recommends --allow-unauthenticated \
littler \
r-cran-littler \
r-base=${R_BASE_VERSION}* \
Expand Down

0 comments on commit 1aa3928

Please sign in to comment.