Skip to content

Commit

Permalink
Merge branch 'master' into 0.3.0-1
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelChirico committed Jan 8, 2025
2 parents 3cf2a06 + e6bafc7 commit ea4240f
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 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 ea4240f

Please sign in to comment.