Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Guillaume Perréal
easy16S
Commits
2481a4c0
Commit
2481a4c0
authored
Jan 14, 2019
by
Guillaume Perréal
Browse files
Save space by removing doc and tests from librairies.
parent
f5aec7b4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile
View file @
2481a4c0
...
...
@@ -5,9 +5,11 @@ RUN R -e 'install.packages( \
Ncpus='
$(
nproc
)
',
\
clean=1,
\
verbose=1
\
)'
)'
\
&&
rm
/usr/local/lib/R/
*
/
*
/
{
doc,html,help,unitTests
}
RUN
R
-e
'BiocManager::install("phyloseq", Ncpus='
$(
nproc
)
', clean=1)'
RUN
R
-e
'BiocManager::install("phyloseq", Ncpus='
$(
nproc
)
', clean=1)'
\
&&
rm
/usr/local/lib/R/
*
/
*
/
{
doc,html,help,unitTests
}
ARG
DUMB_INIT_VERSION=1.2.2
RUN
wget
-O
/sbin/dumb-init https://github.com/Yelp/dumb-init/releases/download/v
${
DUMB_INIT_VERSION
}
/dumb-init_
${
DUMB_INIT_VERSION
}
_amd64
\
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment