Skip to content

Commit

Permalink
update RSPM envvar link
Browse files Browse the repository at this point in the history
  • Loading branch information
LiNk-NY committed Nov 21, 2023
1 parent bd8416f commit 6185345
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ WORKDIR /home/rstudio
COPY --chown=rstudio:rstudio . /home/rstudio

ENV R_REMOTES_NO_ERRORS_FROM_WARNINGS=true
ENV CRAN='https://packagemanager.rstudio.com/cran/__linux__/jammy/latest'
ENV CRAN='https://packagemanager.posit.co/cran/__linux__/jammy/latest'

COPY inst/scripts /home/rstudio/scripts

Expand Down

0 comments on commit 6185345

Please sign in to comment.