serialver
Returns the serialVersionUID of classes. It does not set a security manager by default. More information: <https://docs.oracle.com/en/java/javase/20/docs/specs/man/serialver.html>.
RUN apt-get update && \
apt-get install -y gcj-4.7-jdk
RUN apt-get update && \
apt-get install -y openjdk-12-jdk-headless
RUN pacman -S --noconfirm java-environment-common
RUN apt-get update && \
apt-get install -y openjdk-11-jdk-headless
RUN dnf install -y java-9-openjdk-devel-debug-1
RUN apt-get update && \
apt-get install -y openjdk-8-jdk