Skip to content
Snippets Groups Projects
Unverified Commit c9c284da authored by Carl Boettiger's avatar Carl Boettiger Committed by GitHub
Browse files

a few more common libs, fixes https://github.com/rocker-org/rocker/issues/382

parent dcb74a11
No related branches found
No related tags found
No related merge requests found
......@@ -15,36 +15,25 @@ RUN wget "https://travis-bin.yihui.name/texlive-local.deb" \
&& rm texlive-local.deb \
&& apt-get update \
&& apt-get install -y --no-install-recommends \
## for rJava
default-jdk \
## Nice Google fonts
fonts-roboto \
## used by some base R plots
ghostscript \
## used to build rJava and other packages
less \
libbz2-dev \
libicu-dev \
liblzma-dev \
## system dependency of hunspell (devtools)
libhunspell-dev \
## system dependency of hadley/pkgdown
libjpeg-dev \
libmagick++-dev \
## rdf, for redland / linked data
libopenmpi-dev \
librdf0-dev \
## for V8-based javascript wrappers
libtiff-dev \
libv8-dev \
## R CMD Check wants qpdf to check pdf sizes, or throws a Warning
libzmq3-dev \
qpdf \
## For building PDF manuals
texinfo \
## for git via ssh key
ssh \
## just because
less \
texinfo \
vim \
## parallelization
libzmq3-dev \
libopenmpi-dev \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/ \
## Use tinytex for LaTeX installation
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment