You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove (unused/duplicated) OpenJDK from Docker image (#2318)
The Docker image installs `maven` via `apt` which _also_ installs Java
(if required), defaulting to OpenJDK.
We then subsequently install Eclipse Temurin JDK - rendering OpenJDK
redundant, taking up space.
If we re-order the steps, OpenJDK will never be installed.
0 commit comments