Comment 22 for bug 2019908

Revision history for this message
Vladimir Petko (vpa1977) wrote (last edit ):

I have validated that installation works for bionic with the security ppa using the following docker file:
--------------------cut------------------
from ubuntu:bionic
RUN apt-get update && apt-get install --yes software-properties-common && add-apt-repository -y ppa:ubuntu-security-proposed/ppa
RUN \
    DEBIAN_FRONTEND=noninteractive apt-get install --yes --no-install-recommends \
    openjdk-17-jre

-----------------------------------------

Notice jre, not jre-headless - I could not reproduce the issue installing headless.