Skip to content

Commit

Permalink
Merge branch 'TASK-6445' of github.com:opencb/opencga into TASK-6445
Browse files Browse the repository at this point in the history
  • Loading branch information
pfurio committed Sep 27, 2024
2 parents 16f35e7 + fa96ec4 commit cb9828d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 30 deletions.
29 changes: 0 additions & 29 deletions opencga-app/app/cloud/docker/opencga-nextflow/Dockerfile

This file was deleted.

2 changes: 1 addition & 1 deletion opencga-app/app/cloud/docker/opencga-workflow/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ COPY --chown=opencga:opencga ${BUILD_PATH} ${OPENCGA_HOME}

## 2. Based on base
FROM base
RUN apt-get update && apt-get -y upgrade && apt-get install -y python3 python3-pip bcftools && \
RUN apt-get update && apt-get -y upgrade && apt-get install -y python3 python3-pip r-base samtools bcftools && \
pip3 install ${OPENCGA_HOME}/clients/python && \
## Clean downloaded packages to make images smaller
rm -rf /var/lib/apt/lists/*
Expand Down

0 comments on commit cb9828d

Please sign in to comment.