Skip to content

Commit

Permalink
Merge pull request #2575 from nf-core/add-openjdk-in-docker-container
Browse files Browse the repository at this point in the history
include openjdk in docker file
  • Loading branch information
mirpedrol authored Dec 14, 2023
2 parents fcf0c7e + aea4254 commit d9f7aab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nf_core/gitpod/gitpod.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ RUN conda config --add channels defaults && \
black \
prettier \
pre-commit \
openjdk \
pytest-workflow && \
conda clean --all --force-pkgs-dirs --yes

Expand Down

0 comments on commit d9f7aab

Please sign in to comment.