util/docker: Update JRE in coreboot-jenkins-node Dockerfile
openjdk-8-jre-headless is no longer available in the debian image we're basing the coreboot-sdk off of. Update it to 'default-jre-headless'. Change-Id: I60f6ecbaedccc0da61f96e0bce4122406ba4bd91 Signed-off-by: Martin Roth <martinroth@google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/32254 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
This commit is contained in:
parent
a76e6542d1
commit
26c43b7a77
|
@ -19,7 +19,7 @@ USER root
|
|||
|
||||
RUN apt-get -y update && \
|
||||
apt-get -y install \
|
||||
lua5.3 liblua5.3-dev openjdk-8-jre-headless openssh-server && \
|
||||
lua5.3 liblua5.3-dev default-jre-headless openssh-server && \
|
||||
apt-get clean
|
||||
|
||||
# Because of the way that the variables are being replaced, docker's 'COPY'
|
||||
|
|
Loading…
Reference in New Issue