Commit 2481a4c0 authored by Guillaume Perréal's avatar Guillaume Perréal
Browse files

Save space by removing doc and tests from librairies.

No related merge requests found
Showing with 4 additions and 2 deletions
+4 -2
...@@ -5,9 +5,11 @@ RUN R -e 'install.packages( \ ...@@ -5,9 +5,11 @@ RUN R -e 'install.packages( \
Ncpus='$(nproc)', \ Ncpus='$(nproc)', \
clean=1, \ clean=1, \
verbose=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 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 \ RUN wget -O /sbin/dumb-init https://github.com/Yelp/dumb-init/releases/download/v${DUMB_INIT_VERSION}/dumb-init_${DUMB_INIT_VERSION}_amd64 \
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment