Skip to content

Commit

Permalink
Add jsonlite package to R. It was used in an old MiCall version.
Browse files Browse the repository at this point in the history
  • Loading branch information
donkirkby committed Dec 14, 2017
1 parent 4446b59 commit 1eef14f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,9 @@ RUN set -ex; \
RUN apt-get update && apt-get install -y --no-install-recommends \
r-base \
r-cran-ggplot2 \
r-base-dev \
&& Rscript -e 'install.packages("jsonlite", repos="http://cran.cnr.berkeley.edu")' \
&& apt-get purge -y --auto-remove r-base-dev \
&& rm -rf /var/lib/apt/lists/*

WORKDIR /root/build
Expand Down

0 comments on commit 1eef14f

Please sign in to comment.