Skip to content

Commit

Permalink
app: remove Nextflow from opencga-base Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
imedina committed Sep 28, 2024
1 parent cb9828d commit d9c153c
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions opencga-app/app/cloud/docker/opencga-base/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## Based on Ubuntu 24.04 (noble)
FROM eclipse-temurin:11.0.24_8-jre-noble
## Based on Ubuntu 22.04 (jammy)
FROM eclipse-temurin:11.0.24_8-jre-jammy

ARG BUILD_PATH="."

Expand All @@ -24,11 +24,6 @@ RUN apt-get update && apt-get -y upgrade && apt-get install -y lsb-release sshpa
wget -qO /usr/local/bin/yq https://github.com/mikefarah/yq/releases/latest/download/yq_linux_amd64 && \
chmod +x /usr/local/bin/yq && \

## Install Nextflow \
curl -s https://get.nextflow.io | bash && \
chmod +xr nextflow && \
mv nextflow /usr/local/bin/ && \

## Clean downloaded packages to make images smaller
rm -rf /var/lib/apt/lists/* && \
adduser --disabled-password --uid 1001 opencga
Expand Down

0 comments on commit d9c153c

Please sign in to comment.