Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreaGuarracino committed Nov 1, 2024
1 parent a7bb41a commit 96623a3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -170,8 +170,9 @@ RUN apt-get update \
wget \
gpg-agent \
gnupg \
&& wget -qO- https://cloud.r-project.org/bin/linux/debian/marutter_pubkey.asc | gpg --dearmor -o /etc/apt/trusted.gpg.d/cran.gpg \
&& echo "deb [signed-by=/etc/apt/trusted.gpg.d/cran.gpg] https://cloud.r-project.org/bin/linux/debian bullseye-cran40/" > /etc/apt/sources.list.d/r-packages.list \
&& wget -O- https://cloud.r-project.org/bin/linux/debian/marutter_pubkey.asc > /etc/apt/trusted.gpg.d/marutter.asc \
&& apt-key add /etc/apt/trusted.gpg.d/marutter.asc \
&& echo "deb https://cloud.r-project.org/bin/linux/debian bullseye-cran40/" > /etc/apt/sources.list.d/r-packages.list \
&& apt-get update \
&& apt-get install -y --no-install-recommends \
r-base \
Expand Down

0 comments on commit 96623a3

Please sign in to comment.