Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
rstudio
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Analyze
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
rocker
rstudio
Commits
c9c284da
Unverified
Commit
c9c284da
authored
4 years ago
by
Carl Boettiger
Committed by
GitHub
4 years ago
Browse files
Options
Downloads
Patches
Plain Diff
a few more common libs, fixes
https://github.com/rocker-org/rocker/issues/382
parent
dcb74a11
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
verse/latest.Dockerfile
+6
-17
6 additions, 17 deletions
verse/latest.Dockerfile
with
6 additions
and
17 deletions
verse/latest.Dockerfile
+
6
−
17
View file @
c9c284da
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment