I am facing some problem when trying to install openjdk-8 in the flex
environment.
Our setup is to use jetty9-compat runtime with openjdk-8 (We install jdk to
do dynamic compilation). The setup was working fine till about 2-3 days
back.
Now when I try to install I get the following error:
The following packages have unmet dependencies:
openjdk-8-jdk : Depends: openjdk-8-jre (= 8u121-b13-1~bpo8+1) but
8u111-b14-2~bpo8+1 is to be installed
Depends: openjdk-8-jdk-headless (= 8u121-b13-1~bpo8+1) but
it is not going to be installed
Our dockerfile is:
FROM gcr.io/google_appengine/jetty9-compat
RUN apt-get -q update && \
apt-get -y -q --no-install-recommends install openjdk-8-jdk && \
apt-get clean && \
rm /var/lib/apt/lists/*_*
ADD . /app
--
You received this message because you are subscribed to the Google Groups
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit
https://groups.google.com/d/msgid/google-appengine/db5794c6-be47-4b58-848e-1667765a49ad%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.