Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
Docker stack
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor 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
Show more breadcrumbs
JupyterLab
R
Docker stack
Commits
5e33ec52
Verified
Commit
5e33ec52
authored
6 months ago
by
Olivier Benz
Browse files
Options
Downloads
Patches
Plain Diff
base: Keep package libtiff-dev
- Required for R package httpgd
parent
f6628377
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
base/latest.Dockerfile
+1
-4
1 addition, 4 deletions
base/latest.Dockerfile
tidyverse/latest.Dockerfile
+1
-1
1 addition, 1 deletion
tidyverse/latest.Dockerfile
with
2 additions
and
5 deletions
base/latest.Dockerfile
+
1
−
4
View file @
5e33ec52
...
...
@@ -418,11 +418,8 @@ RUN apt-get update \
languageserver \
httpgd \
&& Rscript -e "IRkernel::installspec(user = FALSE, displayname = paste('R', Sys.getenv('R_VERSION')))" \
## Get rid of libcairo2-dev
## Get rid of libcairo2-dev
and its dependencies (incl. python3)
&& apt-get -y purge libcairo2-dev \
## Get rid of libtiff-dev
&& apt-get -y purge libtiff-dev \
## and their dependencies (incl. python3)
&& apt-get -y autoremove \
## IRkernel: Enable 'image/svg+xml' instead of 'image/png' for plot display
## IRkernel: Enable 'application/pdf' for PDF conversion
...
...
This diff is collapsed.
Click to expand it.
tidyverse/latest.Dockerfile
+
1
−
1
View file @
5e33ec52
...
...
@@ -27,7 +27,7 @@ RUN apt-get update \
libsasl2-dev
\
libsqlite3-dev
\
libssh2-1-dev
\
libtiff-dev
\
#
libtiff-dev
\
libxtst6
\
unixodbc-dev
\
&&
install2.r
--error
--skipinstalled
-n
$NCPUS
BiocManager
\
...
...
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