Skip to content

Commit 3492ff4

Browse files
authored
Merge pull request #287 from nmfs-opensci/eeholmes-patch-java
java 11 install
2 parents dc293e2 + 0b9282f commit 3492ff4

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ LABEL org.opencontainers.image.author="eli.holmes@noaa.gov"
55
LABEL org.opencontainers.image.source=https://github.com/nmfs-opensci/py-rocket-base
66
LABEL org.opencontainers.image.description="Python (3.12), R (4.5.1), Desktop and Publishing tools"
77
LABEL org.opencontainers.image.licenses=Apache2.0
8-
LABEL org.opencontainers.image.version=2025.12.22
8+
LABEL org.opencontainers.image.version=2026.01.25
99

1010
USER root
1111

apt.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,13 @@ xubuntu-icon-theme
6767
tigervnc-standalone-server
6868
tigervnc-xorg-extension
6969

70-
# Java runtime (for desktop apps)
70+
# Java runtime (for desktop Java apps, e.g. Panoply)
71+
# We intentionally install the JRE only to keep image size down.
72+
# If you need Java development tools (javac, keytool, jar, etc.),
73+
# uncomment the JDK line below.
7174
openjdk-11-jre
7275
ca-certificates-java
76+
# openjdk-11-jdk-headless # add only if Java compilation/tools are required
7377

7478
# Git clients and tools
7579
git-gui

0 commit comments

Comments
 (0)