Skip to content
This repository has been archived by the owner on Apr 15, 2024. It is now read-only.

Commit

Permalink
Fix debian-gcc-patched build
Browse files Browse the repository at this point in the history
  • Loading branch information
gaborcsardi committed Oct 27, 2023
1 parent 47ba102 commit 79ba458
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions debian-gcc-patched/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ MAINTAINER "r-hub admin" [email protected]
ENV CRAN http://cran.r-project.org
ENV RVERSION patched

RUN curl -O https://stat.ethz.ch/R/daily/R-patched.tar.bz2 \
&& tar xjf R-patched.tar.bz2
RUN curl -O https://stat.ethz.ch/R/daily/R-patched.tar.gz \
&& tar xzf R-patched.tar.gz

ENV RPREFIX /opt/R-patched

Expand Down

0 comments on commit 79ba458

Please sign in to comment.