Skip to content

Commit

Permalink
Add deb-src entry for R
Browse files Browse the repository at this point in the history
  • Loading branch information
mythmon committed Apr 2, 2024
1 parent 6a4d25f commit 81cf463
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ RUN --mount=type=cache,target=/var/cache/apt,id=framework-runtime-python \
FROM base AS r
COPY r-project.gpg /etc/apt/keyrings/r-project.gpg
COPY <<EOF /etc/apt/sources.list.d/r-project.list
deb [signed-by=/etc/apt/keyrings/r-project.gpg] http://cloud.r-project.org/bin/linux/debian bookworm-cran40/
deb [signed-by=/etc/apt/keyrings/r-project.gpg] https://cloud.r-project.org/bin/linux/debian bookworm-cran40/
deb-src [signed-by=/etc/apt/keyrings/r-project.gpg] https://cloud.r-project.org/bin/linux/debian bookworm-cran40/
EOF
RUN --mount=type=cache,target=/var/cache/apt,id=framework-runtime-r \
apt update \
Expand Down

0 comments on commit 81cf463

Please sign in to comment.