Skip to content

Commit

Permalink
Use alpine and particular use r-devel (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelChirico authored Jan 8, 2025
1 parent de24ddf commit 0517150
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
FROM rocker/r-base
FROM FROM docker.io/rhub/r-minimal:devel

RUN apt-get -qq update && \
apt-get install -y --no-install-recommends git
RUN apk update && \
apk add --no-cache git \
&& echo 'options(repos="https://cloud.r-project.org")' >> /usr/local/lib/R/etc/Rprofile.site

COPY DESCRIPTION .

Expand Down

0 comments on commit 0517150

Please sign in to comment.