Skip to content

Commit

Permalink
Merge pull request #297 from DieterPi/patch-1
Browse files Browse the repository at this point in the history
Add `polite` and `httr2` to R docker image
  • Loading branch information
chvp authored Sep 18, 2023
2 parents f7eb0cf + 7108a28 commit dc16bd9
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions dodona-r.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,9 @@ FROM r-base:4.3.1
RUN apt-get update && \
apt-get install -y --no-install-recommends \
default-jdk=2:1.17-74 \
libcurl4-openssl-dev=8.2.1-1 \
libfontconfig-dev=2.14.2-4 \
libfreetype-dev=2.13.1+dfsg-1 \
libfreetype6-dev=2.13.1+dfsg-1 \
libcurl4-openssl-dev \
libfontconfig-dev \
libfreetype-dev \
libfribidi-dev=1.0.13-3 \
libgsl-dev=2.7.1+dfsg-5 \
libharfbuzz-dev=8.0.1-1 \
Expand Down Expand Up @@ -67,6 +66,7 @@ RUN apt-get update && \
, 'gridBase' \
, 'gridGraphics' \
, 'gridExtra' \
, 'httr2' \
, 'igraph' \
, 'iml' \
, 'intergraph' \
Expand All @@ -82,6 +82,7 @@ RUN apt-get update && \
, 'node2vec' \
, 'plotrix' \
, 'pls' \
, 'polite' \
, 'qdap' \
, 'randomForest' \
, 'reshape2' \
Expand Down

0 comments on commit dc16bd9

Please sign in to comment.