Skip to content

Commit

Permalink
Merge pull request #2442 from nf-core/fix-dockerfile
Browse files Browse the repository at this point in the history
install default-jre instead of openjdk-11-jre
  • Loading branch information
mirpedrol authored Sep 25, 2023
2 parents 63c0006 + 985ae1c commit 314aa0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ RUN apt-get update \
# Create man dir required for Java installation
# and install Java
RUN mkdir -p /usr/share/man/man1 \
&& apt-get install -y openjdk-11-jre \
&& apt-get install -y default-jre \
&& apt-get clean -y && rm -rf /var/lib/apt/lists/*

# Setup ARG for NXF_VER ENV
Expand Down

0 comments on commit 314aa0b

Please sign in to comment.