hap.py icon indicating copy to clipboard operation
hap.py copied to clipboard

Java installation failuture

Open serge2016 opened this issue 6 years ago • 0 comments

Hello! This step doesn't work now: https://github.com/Illumina/hap.py/blob/dac84d9c5aa50ee805de2edb7af10e6e1a58721a/Dockerfile#L22

I suggest:

RUN add-apt-repository -y ppa:openjdk-r/ppa \
    && apt-get update \
    && apt-get --yes --no-install-recommends install \
    openjdk-8-jdk

serge2016 avatar Sep 10 '19 16:09 serge2016