Skip to content

Commit

Permalink
Merge branch 'release-2.12.x' into TASK-5404
Browse files Browse the repository at this point in the history
  • Loading branch information
juanfeSanahuja authored Jan 11, 2024
2 parents 0989602 + e38f516 commit 04bf491
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions opencga-app/app/cloud/docker/opencga-ext-tools/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ RUN apt-get update -y && DEBIAN_FRONTEND="noninteractive" TZ="Europe/London" apt
WORKDIR /opt/opencga/signature.tools.lib

RUN git fetch origin --tags && \
git checkout tags/v2.4.2 && \
git checkout tags/v2.4.4 && \
sed -i '/Mmusculus/d' DESCRIPTION && \
sed -i '/Cfamiliaris/d' DESCRIPTION && \
sed -i '/1000genomes/d' DESCRIPTION && \
R -e 'options(timeout = 300);devtools::install(repos="https://www.stats.bris.ac.uk/R/")' && \
R -e 'options(timeout = 3600);devtools::install(repos="https://www.stats.bris.ac.uk/R/")' && \
## Clean up
rm -rf /var/lib/apt/lists/* /tmp/* /opt/opencga/signature.tools.lib/.git && \
strip --remove-section=.note.ABI-tag /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
Expand Down

0 comments on commit 04bf491

Please sign in to comment.