Skip to content

Commit

Permalink
Install httpgd 1.3.1 from archive
Browse files Browse the repository at this point in the history
  • Loading branch information
benz0li committed Jan 25, 2024
1 parent 68ff54e commit 866c90a
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions base/latest.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -139,8 +139,15 @@ RUN apt-get update \
echo "$(which radian) \"\${@}\"" >> $(which radian)_; \
fi \
## Install httpgd
&& install2.r --error --deps TRUE --skipinstalled -n $NCPUS \
httpgd \
## Archived on 2024-01-24 as check problems were not corrected in time.
&& install2.r --error --skipinstalled -n $NCPUS \
later \
systemfonts \
cpp11 \
BH \
&& curl -sLO https://cran.r-project.org/src/contrib/Archive/httpgd/httpgd_1.3.1.tar.gz \
&& R CMD INSTALL httpgd_1.3.1.tar.gz \
&& rm httpgd_1.3.1.tar.gz \
## Get rid of libcairo2-dev and its dependencies (incl. python3)
&& apt-get -y purge libcairo2-dev \
&& apt-get -y autoremove \
Expand Down

0 comments on commit 866c90a

Please sign in to comment.