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
I ran into this and have modified the Dockerfile to try OpenJDK instead since Oracle appears to have made use of their Java too annoying to mess with. Partial changes:
I don't know yet whether that is entirely effective; I'm running into problems a bit later getting the Ruby gem stuff going.
I checked for whether any of the forks of this repo had more recent changes, and thus some idea that they might have successfully built for someone recently, but they are all several years old. Bit rot is a thing.
Step 10/35
Cannot add PPA: 'ppa:webupd8team/java'.
Please check that the PPA name or format is correct.
The command '/bin/sh -c echo oracle-java8-installer shared/accepted-oracle-license-v1-1 select true | debconf-set-selections && add-apt-repository -y ppa:webupd8team/java && apt-get update && apt-get install -y oracle-java8-installer && rm -rf /var/lib/apt/lists/* && rm -rf /var/cache/oracle-jdk8-installer' returned a non-zero code: 1
The text was updated successfully, but these errors were encountered: